-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Angular - Permission Tree Selection Hierarchical Fix #20598
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
If user selects a main permission, sub-permission should not be selected. The main permissions are the permission to view related pages.
-
If user selects a sub-permission, main permission should be selected.
-
If user deselects the main permission, sub-permissions should be deselected.
-
If user deselects the sub-permission, main permissions should not deselect.
MVC: screencast-localhost_44357-2024.08.webm |
@sumeyyeKurtulus it shouldn't select all child permission when the select root like |
If you mean that selecting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
Resolves #20505
Here is a record showing the related fix
Checklist
How to test it?