Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed user role icons not showing #3702

Merged
merged 1 commit into from
Apr 24, 2020

Conversation

daguiler
Copy link
Contributor

Fixes #3619

Summary

To be honest, I can't really explain the internals of why this code change fixes this issue. What I know is that the way modules are exported/imported evolved and now it's mandatory to specify the default object for modules like this one, which is essentially a directory on disk.

This fixes both the Users panel and the Roles panel.

@daguiler
Copy link
Contributor Author

DNN-37509-fix

@bdukes bdukes added this to the 9.6.1 milestone Apr 24, 2020
Copy link
Contributor

@bdukes bdukes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Yeah, this webpack loader changed at some point, and we must have missed making these changes in React Common…

Copy link
Contributor

@valadas valadas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, this webpack loader changed at some point, and we must have missed making these changes in React Common…

Well I did submit a PR to change that on all the instances I could find, must have missed this one since it is not in the import stack at the top but in the middle of code. Looks good to me

@valadas valadas merged commit 179caf8 into dnnsoftware:develop Apr 24, 2020
@daguiler daguiler deleted the bugfix/DNN-37509 branch May 1, 2020 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9.5.0 Not Showing start/end date icons in User Roles
3 participants