mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix versions loop
This commit is contained in:
parent
6f293e231a
commit
2ea4bcc3af
1 changed files with 2 additions and 1 deletions
|
|
@ -1561,7 +1561,8 @@ class PlaceholderLoadMixin(object):
|
|||
return []
|
||||
|
||||
version_ids = set(
|
||||
get_last_versions(
|
||||
version["id"]
|
||||
for version in get_last_versions(
|
||||
project_name, filtered_product_ids, fields={"id"}
|
||||
).values()
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue