Skip to content
Commit c7fb93ec authored by Oliver Kellogg's avatar Oliver Kellogg
Browse files

Support generalizations and dependencies between datatypes:

umbrello/assocrules.cpp
- In function allowAssociation(assocType, widget) return false if
  widgetType is wt_Datatype and Model_Utils::isCommonDataType() returns
  true for widget->name(). Reason: It shall not be possible to add an
  association originating from a programming language predefined type.
- In m_AssocRules[] add entry for
  - Generalization with source wt_Datatype and target wt_Datatype;
  - Dependency with source wt_Datatype and target wt_Datatype.
parent 2fe5fc41
Pipeline #164671 passed with stage
in 27 minutes and 18 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment