allow create project structure for project managers

This commit is contained in:
iLLiCiTiT 2020-02-26 15:14:35 +01:00
parent d51cc4b2ec
commit 54cc078193

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', '')
)