mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
by default use task status if not specified in config
This commit is contained in:
parent
05cb2e4bd9
commit
0b0a9ca281
3 changed files with 31 additions and 15 deletions
|
|
@ -10,7 +10,8 @@
|
|||
},
|
||||
"publish": {
|
||||
"IntegrateKitsuNote": {
|
||||
"waiting_for_approval_status": "wfa"
|
||||
"set_status_note": false,
|
||||
"note_status_shortname": "wfa"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -60,10 +60,15 @@
|
|||
"key": "IntegrateKitsuNote",
|
||||
"label": "Integrate Kitsu Note",
|
||||
"children": [
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "set_status_note",
|
||||
"label": "Set status on note"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"key": "waiting_for_approval_status",
|
||||
"label": "Waiting for Aproval Status:"
|
||||
"key": "note_status_shortname",
|
||||
"label": "Note shortname"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue