mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
defined roles in prepare project action
This commit is contained in:
parent
4d1ad337cc
commit
35d8059a3a
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ class PrepareProjectLocal(BaseAction):
|
|||
description = "Set basic attributes on the project"
|
||||
icon = statics_icon("ftrack", "action_icons", "PrepareProject.svg")
|
||||
|
||||
role_list = ["Pypeclub", "Administrator", "Project Manager"]
|
||||
|
||||
settings_key = "prepare_project"
|
||||
|
||||
# Key to store info about trigerring create folder structure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue