Skip to content

Assign associationRule to Definition when AssociationDef is involved

Haocheng LIU requested to merge haocheng.liu/smtk:FixAssociationsDef into master

When initializing the operator system we never copy the associationRule inside attribute definition into the sytem. So if SMTK tries to set the association mask, it would create a default association rule before the assignment. AssociationRule copyment is added to address this problem.

Merge request reports