added 'data' and 'context' to representations widget too

This commit is contained in:
Jakub Trllo 2023-02-24 11:01:24 +01:00 committed by Jakub Trllo
parent 9e432f7c5c
commit 8a34313b97

View file

@ -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 = [