mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
tweak the help text
This commit is contained in:
parent
a62116ec71
commit
86f27fd3f7
5 changed files with 6 additions and 6 deletions
|
|
@ -71,8 +71,7 @@
|
|||
"status_version_to_task": {
|
||||
"enabled": true,
|
||||
"mapping": {
|
||||
"Complete": [
|
||||
"Approved",
|
||||
"Approved": [
|
||||
"Complete"
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -179,4 +179,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -136,7 +136,8 @@
|
|||
"enabled": false
|
||||
},
|
||||
"ValidateAttributes": {
|
||||
"enabled": false
|
||||
"enabled": false,
|
||||
"attributes": {}
|
||||
},
|
||||
"ExtractCameraAlembic": {
|
||||
"enabled": true,
|
||||
|
|
|
|||
|
|
@ -87,4 +87,4 @@
|
|||
]
|
||||
},
|
||||
"filters": {}
|
||||
}
|
||||
}
|
||||
|
|
@ -211,7 +211,7 @@
|
|||
},
|
||||
{
|
||||
"type": "label",
|
||||
"label": "<b>Set Task status based on changed Asset Version status.</b><br/>Version's new status on <b>left side</b> trigger to change task's status to first possible on <b>right side</b>.<br/> - it is also tried to set version's status to task if none will match or will be available"
|
||||
"label": "<b>Change Task status based on a changed Version status.</b><br/>Version's new status on the <b>left</b> will trigger a change of a task status to the first available from the list on <b>right</b>.<br/> - if no status from the list is available it will use the same status as the version."
|
||||
},
|
||||
{
|
||||
"type": "dict-modifiable",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue