added administrator and project manager to allowed roles

This commit is contained in:
Jakub Trllo 2019-07-09 11:31:52 +02:00
parent 2164a911ae
commit ab4cd2fcf1

View file

@ -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"],