Skip to content

In admin group but cannot remove someone's feature #529

Description

@Johaney-s

Describe the bug
Even as a member of admin group, I cannot delete someone else's features and thus cannot remove their collection.

To Reproduce
I checked /me endpoint and got

"groups": {
        "in": [
		{
                "name": "admin",
                "description": "Special group for admin",
                "id": "0",
                "created": "2025-04-29T13:54:33.805891Z",
                "private": "0"
            }]}

and the group's privileges via /groups/admin/rights show

{
    "rights": {
        ...
        "createAnyItem": true,
        "deleteAnyItem": true,
        "updateAnyItem": true
    }
}

However, on feature DELETE, I get {"ErrorMessage":"Insufficient rights to delete an item","ErrorCode":403}

Expected behavior
My understanding is, the deleteAnyItem right of the admin group should be sufficient to remove someone else's feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions