Skip to content

Batch deletion reports success even when one of the operations fails #1146

Description

@veronnicka

Batch deletion reports success even when one of the operations fails

Location:
Identity → User groups

Steps to reproduce:

  1. Open Identity → User groups.
  2. Select a regular user group and a group that cannot be deleted, such as trust admins.
  3. 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.

Screencast.From.2026-07-31.10-40-38.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions