mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Update client/ayon_core/tools/sceneinventory/model.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
b8d1377904
commit
ccb00be0b3
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,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