mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added 'data' and 'context' to representations widget too
This commit is contained in:
parent
9e432f7c5c
commit
8a34313b97
1 changed files with 1 additions and 1 deletions
|
|
@ -1264,7 +1264,7 @@ class RepresentationWidget(QtWidgets.QWidget):
|
|||
repre_docs = list(get_representations(
|
||||
project_name,
|
||||
representation_ids=repre_ids,
|
||||
fields=["name", "parent"]
|
||||
fields=["name", "parent", "data", "context"]
|
||||
))
|
||||
|
||||
version_ids = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue