diff --git a/pype/ftrack/actions/action_sync_notes.py b/pype/ftrack/actions/action_sync_notes.py index 67771762c8..7e80ef636d 100644 --- a/pype/ftrack/actions/action_sync_notes.py +++ b/pype/ftrack/actions/action_sync_notes.py @@ -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"],