Merge pull request #210 from BigRoy/bugfix/switch_folder_dialog_find_last_versions

Bugfix: Switch Folder dialog, fix `fields` for getting last versions
This commit is contained in:
Jakub Trllo 2024-03-20 01:55:00 +01:00 committed by GitHub
commit e132ff4a72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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):