mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge branch 'bugfix/inventory_latest_version' of https://github.com/BigRoy/ayon-core into bugfix/inventory_latest_version
This commit is contained in:
commit
d6958ee4ec
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ class InventoryModel(TreeModel):
|
|||
product_ids={
|
||||
group["version"]["productId"] for group in grouped.values()
|
||||
},
|
||||
fields=["productId", "version"]
|
||||
fields={"productId", "version"}
|
||||
)
|
||||
# Map value to `version` key
|
||||
highest_version_by_product_id = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue