diff --git a/pype/settings/defaults/project_settings/ftrack.json b/pype/settings/defaults/project_settings/ftrack.json
index a0cff06283..8a597c3e6a 100644
--- a/pype/settings/defaults/project_settings/ftrack.json
+++ b/pype/settings/defaults/project_settings/ftrack.json
@@ -71,8 +71,7 @@
"status_version_to_task": {
"enabled": true,
"mapping": {
- "Complete": [
- "Approved",
+ "Approved": [
"Complete"
]
},
diff --git a/pype/settings/defaults/project_settings/global.json b/pype/settings/defaults/project_settings/global.json
index da56fd34e7..4e2b9fce81 100644
--- a/pype/settings/defaults/project_settings/global.json
+++ b/pype/settings/defaults/project_settings/global.json
@@ -179,4 +179,4 @@
}
}
}
-}
+}
\ No newline at end of file
diff --git a/pype/settings/defaults/project_settings/maya.json b/pype/settings/defaults/project_settings/maya.json
index c779d495c4..b8c0dffa26 100644
--- a/pype/settings/defaults/project_settings/maya.json
+++ b/pype/settings/defaults/project_settings/maya.json
@@ -136,7 +136,8 @@
"enabled": false
},
"ValidateAttributes": {
- "enabled": false
+ "enabled": false,
+ "attributes": {}
},
"ExtractCameraAlembic": {
"enabled": true,
diff --git a/pype/settings/defaults/project_settings/nuke.json b/pype/settings/defaults/project_settings/nuke.json
index 61001914d2..82dcf23694 100644
--- a/pype/settings/defaults/project_settings/nuke.json
+++ b/pype/settings/defaults/project_settings/nuke.json
@@ -87,4 +87,4 @@
]
},
"filters": {}
-}
+}
\ No newline at end of file
diff --git a/pype/tools/settings/settings/gui_schemas/projects_schema/schema_project_ftrack.json b/pype/tools/settings/settings/gui_schemas/projects_schema/schema_project_ftrack.json
index bd10c64457..df04e6a8aa 100644
--- a/pype/tools/settings/settings/gui_schemas/projects_schema/schema_project_ftrack.json
+++ b/pype/tools/settings/settings/gui_schemas/projects_schema/schema_project_ftrack.json
@@ -211,7 +211,7 @@
},
{
"type": "label",
- "label": "Set Task status based on changed Asset Version status.
Version's new status on left side trigger to change task's status to first possible on right side.
- it is also tried to set version's status to task if none will match or will be available"
+ "label": "Change Task status based on a changed Version status.
Version's new status on the left will trigger a change of a task status to the first available from the list on right.
- if no status from the list is available it will use the same status as the version."
},
{
"type": "dict-modifiable",