mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Fix directions of links
Currently workfile instance is on 'outside' side of reference link, we must look for 'input' reference links for it
This commit is contained in:
parent
ebbd65cc69
commit
2bd7f814bf
1 changed files with 1 additions and 1 deletions
|
|
@ -578,7 +578,7 @@ class SiteSyncModel:
|
||||||
project_name,
|
project_name,
|
||||||
versions_to_check,
|
versions_to_check,
|
||||||
link_types=link_types,
|
link_types=link_types,
|
||||||
link_direction="out")
|
link_direction="in") # looking for 'in'puts for version
|
||||||
|
|
||||||
versions_to_check = set()
|
versions_to_check = set()
|
||||||
for links in versions_links.values():
|
for links in versions_links.values():
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue