OP-4845 - added settings to limit hardcoded template name

'render' template name was hardcoded which is causing issues in Ayon
This commit is contained in:
Petr Kalis 2023-07-24 17:45:40 +02:00
parent d1f6e664ab
commit 58a62a3ccb
2 changed files with 6 additions and 0 deletions

View file

@ -101,6 +101,7 @@
},
"ProcessSubmittedJobOnFarm": {
"enabled": true,
"template_name": "render",
"deadline_department": "",
"deadline_pool": "",
"deadline_group": "",

View file

@ -544,6 +544,11 @@
"key": "enabled",
"label": "Enabled"
},
{
"type": "text",
"key": "template_name",
"label": "Publish template name"
},
{
"type": "text",
"key": "deadline_department",