mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
added roles pypeclub and project manager for action sync_hier_attrs
This commit is contained in:
parent
38bf741952
commit
9faa2a6ebd
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class SyncHierarchicalAttrs(BaseAction):
|
|||
)
|
||||
|
||||
#: roles that are allowed to register this action
|
||||
role_list = ['Administrator']
|
||||
role_list = ['Pypeclub', 'Administrator', 'Project Manager']
|
||||
|
||||
def discover(self, session, entities, event):
|
||||
''' Validation '''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue