removed unused settings 'first_version_status' in ftrack

This commit is contained in:
Jakub Trllo 2022-08-16 14:33:43 +02:00
parent b679a46b9c
commit fce758d3fa
2 changed files with 0 additions and 22 deletions

View file

@ -96,10 +96,6 @@
"mapping": {},
"asset_types_to_skip": []
},
"first_version_status": {
"enabled": true,
"status": ""
},
"next_task_update": {
"enabled": true,
"mapping": {

View file

@ -299,24 +299,6 @@
}
]
},
{
"type": "dict",
"key": "first_version_status",
"label": "Set status on first created version",
"checkbox_key": "enabled",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"type": "text",
"key": "status",
"label": "Status"
}
]
},
{
"type": "dict",
"key": "next_task_update",