[BUG] dataset properties do not show #240
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Current behavior
selecting a set in the data tree and expanding the Properties section does not show the properties, but looks like it does when no set is selected.
Version
2024-02-07
Expected behavior
No response
Steps to reproduce
No response
Log messages
10/02/2024 17:43:15 - ERROR - root : Uncaught exception:
Traceback (most recent call last):
File "/tmp/.mount_NMRevarj0uKE/usr/src/gui_qt/data/datawidget/datawidget.py", line 613, in set_properties
self.proptable.populate(props)
File "/tmp/.mount_NMRevarj0uKE/usr/src/gui_qt/data/datawidget/properties.py", line 29, in populate
table.populate(v)
File "/tmp/.mount_NMRevarj0uKE/usr/src/gui_qt/data/datawidget/properties.py", line 69, in populate
value_item.setData(QtCore.Qt.ItemDataRoleDisplayRole, v)
AttributeError: type object 'Qt' has no attribute 'ItemDataRoleDisplayRole'
Anything else?
No response