mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Merge remote-tracking branch 'upstream/develop' into bugfix/inventory_latest_version
This commit is contained in:
commit
81eed5a9eb
64 changed files with 461 additions and 167 deletions
|
|
@ -240,7 +240,7 @@ class SwitchAssetDialog(QtWidgets.QDialog):
|
|||
return ayon_api.get_last_versions(
|
||||
project_name,
|
||||
product_ids,
|
||||
fields={"id", "folderId", "version"}
|
||||
fields={"id", "productId", "version"}
|
||||
)
|
||||
|
||||
def _on_show_timer(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue