-
Notifications
You must be signed in to change notification settings - Fork 274
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
engine: Add button to remove all direct user permissions #967
engine: Add button to remove all direct user permissions #967
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.
Looks good, some comments & suggestions.
...t-common/src/main/resources/org/ovirt/engine/ui/common/CommonApplicationConstants.properties
Outdated
Show resolved
Hide resolved
...nweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/users/UserPermissionListModel.java
Outdated
Show resolved
Hide resolved
...nweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/users/UserPermissionListModel.java
Outdated
Show resolved
Hide resolved
...nweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/users/UserPermissionListModel.java
Show resolved
Hide resolved
...ommon/src/main/resources/org/ovirt/engine/ui/common/CommonApplicationConstants_ru.properties
Outdated
Show resolved
Hide resolved
This button useful for large instances, when we have many roles for each user. Some times we want to totally clean roles for user, and this can be hard to look at all roles and search each direct one. Signed-off-by: Stanislav Melnichuk <[email protected]>
Signed-off-by: Stanislav Melnichuk <[email protected]>
82ac13b
to
3a59c79
Compare
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.
Minor localized text fix suggestion (disregard if I'm wrong).
...ommon/src/main/resources/org/ovirt/engine/ui/common/CommonApplicationConstants_ru.properties
Outdated
Show resolved
Hide resolved
Signed-off-by: Stanislav Melnichuk <[email protected]>
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.
Looks good! Can we just squash the changes when merging?
Yep, I can squash it manually. |
GitHub supports squashing, I can squash while merging. |
This button useful for large instances, when we have many roles for each user. Some times we want to totally clean roles for user, and this can be hard to look at all roles and search each direct one.
All logic is on UI side, I just modify selected items on-the-fly.
Changes introduced with this PR
Are you the owner of the code you are sending in, or do you have permission of the owner?
y