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
Batch deletion reports success even when one of the operations fails
Location:
Identity → User groups
Steps to reproduce:
Open Identity → User groups.
Select a regular user group and a group that cannot be deleted, such as trust admins.
Click Delete and confirm the action.
Actual behavior:
The UI displays a “User groups removed” success notification. However, only the deletable group is removed, while the other group (trust admins) remains in the list. No error or partial-failure message is shown.
The batch request returns HTTP 200, but the UI does not check the result of each individual operation within the batch.
Expected behavior:
The UI should inspect every operation returned by the batch command. When one or more deletions fail, it should display an error or partial-success notification containing the affected groups and the corresponding errors. A full success notification should only be shown when all selected groups are successfully removed.
Batch deletion reports success even when one of the operations fails
Location:
Identity → User groups
Steps to reproduce:
Actual behavior:
The UI displays a “User groups removed” success notification. However, only the deletable group is removed, while the other group
(trust admins)remains in the list. No error or partial-failure message is shown.The batch request returns HTTP
200, but the UI does not check the result of each individual operation within the batch.Expected behavior:
The UI should inspect every operation returned by the batch command. When one or more deletions fail, it should display an error or partial-success notification containing the affected groups and the corresponding errors. A full success notification should only be shown when all selected groups are successfully removed.
Screencast.From.2026-07-31.10-40-38.mp4