Skip to content

BUG: Renamed Attributes sometimes can not be deleted in qtAttributeView

The issue was that the renamed attribute could not be properly deleted from the Definition Cluster that owned it. The reason is that the cluster is sorted using the attribute's name and since the name was changed, the set would fail to find it sometimes.

Closes #334 (closed)

Merge request reports