mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
get version items only for valid repre info
This commit is contained in:
parent
cff6add784
commit
901a60f56a
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ class InventoryModel(QtGui.QStandardItemModel):
|
|||
product_ids = {
|
||||
repre_info.product_id
|
||||
for repre_info in repre_info_by_id.values()
|
||||
if repre_info.is_valid
|
||||
}
|
||||
version_items_by_product_id = self._controller.get_version_items(
|
||||
product_ids
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue