https://bugs.kde.org/show_bug.cgi?id=56184
--- Comment #105 from Oliver Kellogg <okell...@users.sourceforge.net> --- Git commit 195720f95b88df37cc1deaa83929daf1df74abca by Oliver Kellogg. Committed on 06/04/2022 at 19:22. Pushed by okellogg into branch 'master'. Support loading of attribute type from MagicDraw/Cameo href to PrimitiveTypes.xmi : umbrello/umlmodel/attribute.cpp - In function load1 case m_SecondaryId.isEmpty() while-loop over node case !href.isEmpty(), - bool isPrimitive is set to xmiType.contains("PrimitiveType") if xmiType is non empty, else is set to href.contains("PrimitiveType"); - proceed with primitive type handling if isPrimitive is true and the href suffix conforms to primitive type syntax. M +6 -2 umbrello/umlmodel/attribute.cpp https://invent.kde.org/sdk/umbrello/commit/195720f95b88df37cc1deaa83929daf1df74abca -- You are receiving this mail because: You are watching all bug changes.