mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Merge pull request #6195 from tokejepsen/enhancement/ftrack_task_action_case_insensitive
Ftrack: status_update case insensitive.
This commit is contained in:
commit
2f714fd1af
1 changed files with 2 additions and 0 deletions
|
|
@ -131,6 +131,8 @@ class PostFtrackHook(PostLaunchHook):
|
|||
for key, value in status_mapping.items():
|
||||
if key in already_tested:
|
||||
continue
|
||||
|
||||
value = value.lower()
|
||||
if actual_status in value or "__any__" in value:
|
||||
if key != "__ignore__":
|
||||
next_status_name = key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue