mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
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:
commit
7dbeedeff5
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue