mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
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:
parent
d1f6e664ab
commit
58a62a3ccb
2 changed files with 6 additions and 0 deletions
|
|
@ -101,6 +101,7 @@
|
|||
},
|
||||
"ProcessSubmittedJobOnFarm": {
|
||||
"enabled": true,
|
||||
"template_name": "render",
|
||||
"deadline_department": "",
|
||||
"deadline_pool": "",
|
||||
"deadline_group": "",
|
||||
|
|
|
|||
|
|
@ -544,6 +544,11 @@
|
|||
"key": "enabled",
|
||||
"label": "Enabled"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"key": "template_name",
|
||||
"label": "Publish template name"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"key": "deadline_department",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue