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:
@@ -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']
|
||||
|
Reference in New Issue
Block a user