added settings for new action

This commit is contained in:
Jakub Trllo 2022-03-17 16:04:28 +01:00
parent 0f2ca2e043
commit 9cc9c1afcb
2 changed files with 33 additions and 0 deletions

View file

@ -193,6 +193,11 @@
"Administrator"
]
},
"fill_workfile_attribute": {
"enabled": false,
"custom_attribute_key": "",
"role_list": []
},
"seed_project": {
"enabled": true,
"role_list": [

View file

@ -589,6 +589,34 @@
}
]
},
{
"type": "dict",
"key": "fill_workfile_attribute",
"label": "Fill workfile Custom attribute",
"checkbox_key": "enabled",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"type": "label",
"label": "Custom attribute must be <b>Text</b> type added to <b>Task</b> entity type"
},
{
"type": "text",
"key": "custom_attribute_key",
"label": "Custom attribute key"
},
{
"type": "list",
"key": "role_list",
"label": "Roles",
"object_type": "text"
}
]
},
{
"type": "dict",
"key": "seed_project",