https://bugs.kde.org/show_bug.cgi?id=386698
Ralf Habacker <ralf.habac...@freenet.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://commits.kde.org/umb | |rello/0053b09126f6cd5057e3c | |fe8573efd1a184ff675 Version Fixed In| |2.23.80 (KDE Applications | |17.11.80) Resolution|--- |FIXED --- Comment #1 from Ralf Habacker <ralf.habac...@freenet.de> --- Git commit 0053b09126f6cd5057e3cfe8573efd1a184ff675 by Ralf Habacker. Committed on 11/11/2017 at 16:47. Pushed by habacker into branch 'master'. Fix 'Namespace mismatch of types imported from java import between object and tree view' Unknown types imported from java files are assigned initial to the global namespace. If the related type is found later, the namespace will be updated. This update was not propagated to the tree view. To propagate the update to the tree view it is required to enable the UMLObject::modified() signal temporary on changing the package parent. The signal emitting has been moved down in code to be sure that all other changes are applied. FIXED-IN:2.23.80 (KDE Applications 17.11.80) M +5 -2 umbrello/codeimport/import_utils.cpp M +10 -0 umbrello/umllistviewitem.cpp https://commits.kde.org/umbrello/0053b09126f6cd5057e3cfe8573efd1a184ff675 -- You are receiving this mail because: You are watching all bug changes.