You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, we sort permission by Name which it isn't something visible to the users. When the description is different than, permissions won't show up in alphabetical order because we sort by name by show description
Describe the solution you'd like
To sort them properly, they should be sorted by Description property instead since that is what the users see or care about.
The following screenshot is an example of how sorting by Name does not work well. As you can see the permission "Assign users...." permission is showing up after the "Manage....". The reason in this case the permissions are not showing up as expected is because the permission "Assign any role" has a name of AssignRole. However, Assign users to .... has a name of ManageUsersInRole....
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, we sort permission by
Name
which it isn't something visible to the users. When the description is different than, permissions won't show up in alphabetical order because we sort byname
by showdescription
Describe the solution you'd like
To sort them properly, they should be sorted by
Description
property instead since that is what the users see or care about.The following screenshot is an example of how sorting by
Name
does not work well. As you can see the permission "Assign users...." permission is showing up after the "Manage....". The reason in this case the permissions are not showing up as expected is because the permission "Assign any role" has a name ofAssignRole
. However,Assign users to ....
has a name ofManageUsersInRole...
.The text was updated successfully, but these errors were encountered: