Skip to content

Commit c496b85

Browse files
authored
Merge pull request #861 from ynput/more-options-to-permission-model
Add data and product base type to permission model
2 parents a0de8db + 3ecec1a commit c496b85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ayon_server/access/permissions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ def _top_level_fields_enum() -> list[dict[str, str]]:
3030
{"value": "folder_id", "label": "Move task"},
3131
{"value": "task_type", "label": "Change task type"},
3232
{"value": "assignees", "label": "Change task assignees"},
33+
{"value": "product_base_type", "label": "Change product base type"},
3334
{"value": "product_type", "label": "Change product type"},
35+
{"value": "data", "label": "Change additional data"},
3436
]
3537

3638

0 commit comments

Comments
 (0)