1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-10-22 19:33:59 +03:00

Refactor access control roles to use UserRole constants for consistency

This commit is contained in:
Adolfo Gómez García
2025-02-03 01:29:09 +01:00
parent ee2262a779
commit b41a1afd43
32 changed files with 362 additions and 103 deletions

View File

@@ -58,8 +58,6 @@ class ServicesPoolGroups(ModelHandler):
Handles the gallery REST interface
"""
# needs_admin = True
path = 'gallery'
model = ServicePoolGroup
save_fields = ['name', 'comments', 'image_id', 'priority']