mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +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,
|
||||
versions_to_check,
|
||||
link_types=link_types,
|
||||
link_direction="out")
|
||||
link_direction="in") # looking for 'in'puts for version
|
||||
|
||||
versions_to_check = set()
|
||||
for links in versions_links.values():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue