Merge pull request #847 from pypeclub/feature/next_task_update_with_settings

Next task update with settings
This commit is contained in:
Milan Kolar 2021-01-08 09:56:45 +01:00 committed by GitHub
commit 2c6c850479
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 425 additions and 182 deletions

View file

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