mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
parent_status_by_task_status is list of dictionaries
This commit is contained in:
parent
ab97f5df3c
commit
2e6b372906
2 changed files with 30 additions and 12 deletions
|
|
@ -177,12 +177,27 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"type": "list",
|
||||
"key": "parent_status_by_task_status",
|
||||
"type": "dict-modifiable",
|
||||
"label": "Change parent status if a single task matches",
|
||||
"object_type": {
|
||||
"type": "list",
|
||||
"object_type": "text"
|
||||
"type": "dict",
|
||||
"children": [
|
||||
{
|
||||
"type": "text",
|
||||
"label": "New parent status",
|
||||
"key": "new_status"
|
||||
},
|
||||
{
|
||||
"type": "separator"
|
||||
},
|
||||
{
|
||||
"type": "list",
|
||||
"label": "Task status",
|
||||
"key": "task_statuses",
|
||||
"object_type": "text"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue