Skip to content

Fix a UI bug in qtAssociationWidget when an attribute is unique

Yumin Yuan requested to merge yumin/smtk:att-unique-ui-bug into master

This regression was introduced during a major renaming of model Cursor to EntityRef, which made the UI allow same entities to associate with multiple attributes, even they are defined as Unique. This commit fixes the bug.

Merge request reports