mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
query hero versions too
This commit is contained in:
parent
4059a30593
commit
3418a94d47
1 changed files with 5 additions and 1 deletions
|
|
@ -1256,7 +1256,11 @@ class RepresentationWidget(QtWidgets.QWidget):
|
|||
repre_doc["parent"]
|
||||
for repre_doc in repre_docs
|
||||
]
|
||||
version_docs = get_versions(project_name, version_ids=version_ids)
|
||||
version_docs = get_versions(
|
||||
project_name,
|
||||
version_ids=version_ids,
|
||||
hero=True
|
||||
)
|
||||
|
||||
version_docs_by_id = {}
|
||||
version_docs_by_subset_id = collections.defaultdict(list)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue