https://bugs.kde.org/show_bug.cgi?id=115269
--- Comment #27 from Ralf Habacker <ralf.habac...@freenet.de> --- Git commit 00ca55576b815ddd54466d1da48eeecf04d6b0d2 by Ralf Habacker. Committed on 06/08/2019 at 12:40. Pushed by habacker into branch 'Applications/19.08'. Activate newly added association rules for UML2 "required interface" Fixup of commit 48ae6b8ec83505a22cdc8811feeafa3040db13a7. (cherry picked from commit 0514f21fbc66e54a3afb8e91d89e38b127ac1ff2) Related: bug 403808 FIXED-IN:2.29.0 (KDE Applications 19.08.0) M +3 -4 umbrello/assocrules.cpp https://commits.kde.org/umbrello/00ca55576b815ddd54466d1da48eeecf04d6b0d2 --- Comment #26 from Ralf Habacker <ralf.habac...@freenet.de> --- Git commit 3d1984979cd3b621bd4e7c6db38433d18a550672 by Ralf Habacker. Committed on 06/08/2019 at 12:39. Pushed by habacker into branch 'Applications/19.08'. Add UML2 support for "required interface" associations With UML2 a "required interface" association is created by adding a normal association from the interface to the component, wherein adding an association from the component to the interface creates a "provided interface". With UML1, according to current research, there is no visible label for a required interface mapping. This behavior has been corrected. Related: bug 403808 (cherry picked from commit 48ae6b8ec83505a22cdc8811feeafa3040db13a7) M +142 -136 umbrello/assocrules.cpp M +2 -0 umbrello/assocrules.h M +25 -14 umbrello/umlwidgets/classifierwidget.cpp https://commits.kde.org/umbrello/3d1984979cd3b621bd4e7c6db38433d18a550672 -- You are receiving this mail because: You are watching all bug changes.