-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Closed
Labels
area/admin/uikind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugpriority/importantMust be worked on very soonMust be worked on very soonrelease/26.1.0team/ui
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
admin/ui
Describe the bug
When removing a role from a user or group, this message appears:
This doesn't make sense. It shoud be "Role(s) successfully removed" or at least "Role mapping updated" (which is used when adding one or more roles).
Version
26.0.7
Regression
- The issue is a regression
Expected behavior
The text should fit to the action.
Actual behavior
The text doesn't make sense.
How to Reproduce?
- Get a Keycloak instance
- Create a group
- Add a role to the group
- Remove that role from the group
- Notice the text of the confirmation message being wrong
Anything else?
The following lines need to be changed to fix this issue:
addAlert(t("clientScopeRemoveSuccess"), AlertVariant.success); |
addError("clientScopeRemoveError", error); |
Metadata
Metadata
Assignees
Labels
area/admin/uikind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugpriority/importantMust be worked on very soonMust be worked on very soonrelease/26.1.0team/ui