Hack to read/edit teams, move lator to global /teams/

This commit is contained in:
Sebastiaan
2025-06-07 22:50:45 +02:00
parent 48007734e5
commit 9bc9bfbe08
2 changed files with 6 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ class PermissionRight(DocumentedIntFlag):
MANAGE_USERS = auto_enum()
MANGE_TEAMS = auto_enum()
ADMIN = CREATE | READ | UPDATE | DELETE | MANAGE_USERS
ADMIN = CREATE | READ | UPDATE | DELETE | MANAGE_USERS | MANGE_TEAMS
class PermissionRightObject(BaseSQLModel):