feat: add SpaceEditorWithoutTrashbin role

Added a new built-in role: `SpaceEditorWithoutTrashbin`.
This role is a subset of the `SpaceEditor` role, but it does not have list/restore resources in trashbin permissions.
This commit is contained in:
Lukas Hirt
2025-06-03 10:56:37 +02:00
parent 727a4b0c47
commit 80f8bc1a5f
9 changed files with 42 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ var (
_disabledByDefaultUnifiedRoleRoleIDs = []string{
unifiedrole.UnifiedRoleSecureViewerID,
unifiedrole.UnifiedRoleSpaceEditorWithoutVersionsID,
unifiedrole.UnifiedRoleSpaceEditorWithoutTrashbinID,
unifiedrole.UnifiedRoleViewerListGrantsID,
unifiedrole.UnifiedRoleEditorListGrantsID,
unifiedrole.UnifiedRoleEditorListGrantsWithVersionsID,