fix: fix deny access to prevent a regression

This commit is contained in:
Michael Barz
2024-11-22 09:54:12 +01:00
parent 271455703b
commit bac2256c5f
11 changed files with 126 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ var (
unifiedrole.UnifiedRoleViewerListGrantsID,
unifiedrole.UnifiedRoleEditorListGrantsID,
unifiedrole.UnifiedRoleFileEditorListGrantsID,
unifiedrole.UnifiedRoleDeniedID,
}
)