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

BUGFIX: Share same role details when adding user as when editing them #5206

Open
wants to merge 1 commit into
base: 8.3
Choose a base branch
from

Conversation

Sebobo
Copy link
Member

@Sebobo Sebobo commented Aug 15, 2024

When editing users, much more information was shown about the individual roles than when adding a user, where whoever adds them gets no information about the role except its name.

With this change the descriptions of the role and their individual privileges are displayed in the same way as in the edit account view.

Review instructions

Before:

After:

Current edit account view:

When editing users, much more information was shown about the individual roles
than when adding a user, where whoever adds them gets no information about the role
except its name.

With this change the descriptions of the role and their individual privileges are displayed
in the same way as in the edit account view.
@Sebobo Sebobo force-pushed the bugfix/role-descriptions-on-create branch from 5d78038 to 3418511 Compare August 15, 2024 11:48
@Sebobo Sebobo marked this pull request as ready for review August 15, 2024 11:49
@Sebobo
Copy link
Member Author

Sebobo commented Aug 15, 2024

Sooo this could also go into 8.4 if considered a feature due to the extraction of some code into a partial.
But IMO it was a bug that these two views had a different way of listing the roles.

Copy link
Contributor

@dlubitz dlubitz left a comment

Choose a reason for hiding this comment

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

I like. Thank you

@Sebobo Sebobo added the P: User Management Anything related to the user module label Aug 16, 2024
@crydotsnake crydotsnake self-requested a review September 1, 2024 17:32
Copy link
Member

@crydotsnake crydotsnake left a comment

Choose a reason for hiding this comment

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

Tested & looks great to me! Thanks ❤️ !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.3 Bug P: User Management Anything related to the user module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants