fix: reorder OTHER permission constant in permission_constants.py
This commit is contained in:
parent
69ff7f9af4
commit
97061073c1
@ -111,8 +111,9 @@ class WorkspaceGroup(Enum):
|
|||||||
KNOWLEDGE = "KNOWLEDGE"
|
KNOWLEDGE = "KNOWLEDGE"
|
||||||
MODEL = "MODEL"
|
MODEL = "MODEL"
|
||||||
TOOL = "TOOL"
|
TOOL = "TOOL"
|
||||||
OTHER = "OTHER"
|
|
||||||
RESOURCE_PERMISSION = "RESOURCE_PERMISSION"
|
RESOURCE_PERMISSION = "RESOURCE_PERMISSION"
|
||||||
|
OTHER = "OTHER"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class UserGroup(Enum):
|
class UserGroup(Enum):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user