Summary: | Broken use case clipboard import from another instance | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.18.0 (KDE Applications 15.12.0) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | http://commits.kde.org/umbrello/5b3ff959e82367124e873ba54e8a3873e56b39bc | Version Fixed In: | 2.18.2 (KDE Applications 15.12.2) |
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 342207 |
Description
Ralf Habacker
2016-02-06 10:01:25 UTC
Git commit a9e964db96ce17d2807d713e25bf5d97b88d7188 by Ralf Habacker. Committed on 08/02/2016 at 10:06. Pushed by habacker into branch 'master'. Fix 'Broken use case clipboard import from another instance'. The bug has been caused by tree view not supporting associations. Associations in the tree view are saved with type=-1, which prevents loading diagram entries on xmi file load. FIXED-IN:2.18.80 (KDE Applications 16.03.80) M +6 -0 umbrello/model_utils.cpp M +6 -0 umbrello/umllistviewitem.cpp M +1 -0 umbrello/umllistviewitem.h M +3 -0 umbrello/umlmodel/umlobject.cpp http://commits.kde.org/umbrello/a9e964db96ce17d2807d713e25bf5d97b88d7188 Git commit 4d9ed9bfa02390f1725748409bf0889303d22580 by Ralf Habacker. Committed on 08/02/2016 at 11:08. Pushed by habacker into branch 'master'. Add uses case diagram with events to test to bird view test file. M +202 -35 test/test-BVW.xmi http://commits.kde.org/umbrello/4d9ed9bfa02390f1725748409bf0889303d22580 Git commit 5b3ff959e82367124e873ba54e8a3873e56b39bc by Ralf Habacker. Committed on 08/02/2016 at 11:33. Pushed by habacker into branch 'Applications/15.12'. Fix 'Broken use case clipboard import from another instance'. For the stable branch the fix is to avoid adding associations to the tree view. FIXED-IN:2.18.2 (KDE Applications 15.12.2) M +4 -0 umbrello/umllistview.cpp http://commits.kde.org/umbrello/5b3ff959e82367124e873ba54e8a3873e56b39bc |