mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Merge pull request #847 from pypeclub/feature/next_task_update_with_settings
Next task update with settings
This commit is contained in:
commit
2c6c850479
4 changed files with 425 additions and 182 deletions
|
|
@ -302,12 +302,44 @@
|
|||
"key": "enabled",
|
||||
"label": "Enabled"
|
||||
},
|
||||
{
|
||||
"type": "label",
|
||||
"label": "Change status on next task by <b>task types order</b> when task status state changed to \"Done\". All tasks with same Task type must be \"Done\"."
|
||||
},
|
||||
{
|
||||
"type": "label",
|
||||
"label": "Mapping of next task status changes <b>From</b> -> <b>To</b>."
|
||||
},
|
||||
{
|
||||
"type": "dict-modifiable",
|
||||
"key": "mapping",
|
||||
"object_type": {
|
||||
"type": "text"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "separator"
|
||||
},
|
||||
{
|
||||
"type": "label",
|
||||
"label": "Status names that are ignored on \"Done\" check (e.g. \"Omitted\")."
|
||||
},
|
||||
{
|
||||
"type": "list",
|
||||
"key": "ignored_statuses",
|
||||
"object_type": "text"
|
||||
},
|
||||
{
|
||||
"type": "separator"
|
||||
},
|
||||
{
|
||||
"type": "label",
|
||||
"label": "Allow to break rule that all tasks with same Task type must be \"Done\" and change statuses with same type tasks ordered by name."
|
||||
},
|
||||
{
|
||||
"label": "Name sorting",
|
||||
"type": "boolean",
|
||||
"key": "name_sorting"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue