From 4900aaa453c8410572acff658a3a7f9dcd810264 Mon Sep 17 00:00:00 2001 From: Toke Jepsen Date: Tue, 6 Feb 2024 09:59:34 +0000 Subject: [PATCH 1/2] Update addon_ftrack_admin.md --- website/docs/addon_ftrack_admin.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/docs/addon_ftrack_admin.md b/website/docs/addon_ftrack_admin.md index 74e5c499..22fb73f1 100644 --- a/website/docs/addon_ftrack_admin.md +++ b/website/docs/addon_ftrack_admin.md @@ -97,6 +97,12 @@ By default any task status will be updated to `In Progress` when launching an ac List of parent object types where this is triggered ("Shot", "Asset build", etc. Skipped if it is empty) +### Sync status from Task to Asset Version + +This will sync the status from the task to the latest asset version on the task. + +NOTE: Due to a potential infitine status update loop, the event server user and the user updating the task status, need to be different. If it is the same user, the status will not be synced. + ### Sync status from Version to Task Updates Task status based on status changes on its Asset Version. From c696671e835b32c2bd5ab00d81a5ed1beb6a9bf6 Mon Sep 17 00:00:00 2001 From: Toke Jepsen Date: Fri, 16 Feb 2024 09:00:37 +0000 Subject: [PATCH 2/2] Update website/docs/addon_ftrack_admin.md Co-authored-by: Mustafa Taher --- website/docs/addon_ftrack_admin.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/addon_ftrack_admin.md b/website/docs/addon_ftrack_admin.md index 22fb73f1..35c29c0d 100644 --- a/website/docs/addon_ftrack_admin.md +++ b/website/docs/addon_ftrack_admin.md @@ -101,7 +101,9 @@ List of parent object types where this is triggered ("Shot", "Asset build", etc. This will sync the status from the task to the latest asset version on the task. -NOTE: Due to a potential infitine status update loop, the event server user and the user updating the task status, need to be different. If it is the same user, the status will not be synced. +:::note + Due to a potential infinite status update loop, the event server user and the user updating the task status, need to be different. If it is the same user, the status will not be synced. +::: ### Sync status from Version to Task