mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix fields for getting last versions
This commit is contained in:
parent
11e89c100e
commit
0c96c8f76a
1 changed files with 1 additions and 1 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