added project manager to allowed roles for create project structure

This commit is contained in:
iLLiCiTiT 2020-02-27 17:15:42 +01:00
parent f930e5cc09
commit d5faf524b2

View file

@ -19,7 +19,7 @@ class CreateProjectFolders(BaseAction):
#: Action description.
description = 'Creates folder structure'
#: roles that are allowed to register this action
role_list = ['Pypeclub', 'Administrator']
role_list = ['Pypeclub', 'Administrator', 'Project Manager']
icon = '{}/ftrack/action_icons/CreateProjectFolders.svg'.format(
os.environ.get('PYPE_STATICS_SERVER', '')
)