[umbrello] [Bug 368034] New: Moving a diagram is not reflected into the saved model
Ralf Habacker via KDE Bugzilla
bugzilla_noreply at kde.org
Wed Aug 31 06:50:33 UTC 2016
https://bugs.kde.org/show_bug.cgi?id=368034
Bug ID: 368034
Summary: Moving a diagram is not reflected into the saved model
Product: umbrello
Version: 2.19.3 (KDE Applications 16.04.3)
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: umbrello-devel at kde.org
Reporter: ralf.habacker at freenet.de
Moving
Reproducible: Always
Steps to Reproduce:
1. start umbrello
2. add a folder below logical view
3. move the present class diagram into that folder
4. Save the model into an xmi file
Actual Results:
>From inspecting the xmi file the class diagram is still located at the top
level
<XMI.extension xmi.extender="umbrello">
<diagrams>
<diagram name="Klassendiagramm" ....>
<widgets/>
<messages/>
<associations/>
</diagram>
</diagrams>
</XMI.extension>
Only in the tree view item list the class diagram is located below the new
folder
<UML:Package ... xmi.id="qJmuSHB4q7mV" name="neuer_ordner">
<listitem open="1" type="801" id="Logical View">
<listitem open="1" type="803" id="qJmuSHB4q7mV">
<listitem open="0" type="807" id="y0W8iaIQ0G4b"
label="Klassendiagramm"/>
</listitem>
</listitem>
Expected Results:
The model in the xmi file should reflect the visible state.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list