Merge pull request #3210 from pypeclub/bugfix/OP-2943_Push-ftrack-hierarchical-value-issue_dev

Ftrack: Push hierarchical attributes action works
This commit is contained in:
Jakub Trllo 2022-05-19 16:18:34 +02:00 committed by GitHub
commit 7dbeedeff5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -356,7 +356,7 @@ class PushHierValuesToNonHier(ServerAction):
values_per_entity_id[entity_id][key] = None
values = query_custom_attributes(
session, all_ids_with_parents, hier_attr_ids, True
session, hier_attr_ids, all_ids_with_parents, True
)
for item in values:
entity_id = item["entity_id"]