parent_status_by_task_status is list of dictionaries

This commit is contained in:
iLLiCiTiT 2020-12-18 16:45:07 +01:00
parent ab97f5df3c
commit 2e6b372906
2 changed files with 30 additions and 12 deletions

View file

@ -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"
}
]
}
}
]