mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
added administrator and project manager to allowed roles
This commit is contained in:
parent
2164a911ae
commit
ab4cd2fcf1
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ class SynchronizeNotes(BaseAction):
|
|||
#: Action description.
|
||||
description = 'Synchronize notes from one Ftrack to another'
|
||||
#: roles that are allowed to register this action
|
||||
role_list = ['Pypeclub']
|
||||
role_list = ['Administrator', 'Project Manager', 'Pypeclub']
|
||||
|
||||
db_con = DbConnector(
|
||||
mongo_url=os.environ["AVALON_MONGO"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue