Bug 1233437
Summary: | [GSS] (6.1.z) Undo moving swimlane messes up BP diagram | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Gary Hu <ghu> | ||||
Component: | jBPM Designer | Assignee: | Tihomir Surdilovic <tsurdilo> | ||||
Status: | CLOSED EOL | QA Contact: | Kirill Gaevskii <kgaevski> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | urgent | ||||||
Version: | 6.1.0 | CC: | ghu, hfuruich, kgaevski, kverlaen, mbaluch, tsurdilo | ||||
Target Milestone: | CR2 | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | All | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | 1230854 | Environment: | |||||
Last Closed: | 2020-03-27 20:04:17 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | 1230854 | ||||||
Bug Blocks: | 1230825 | ||||||
Attachments: |
|
Description
Gary Hu
2015-06-18 22:59:43 UTC
fix via BZ 1232975 - 6.2.x commit https://github.com/droolsjbpm/jbpm-designer/commit/c6735aae69470c43e1a03f2f1f3df6ccdb108b68 Created attachment 1050646 [details]
Disappearing of Text Annotation
After moving the orange box at the top (or bottom) "Text Annotation" from orange swimlane don't moving with it container. After undo button it goes under swimlane and "disappearing" for user. See screenshots for further information. Also after Undo button during building I got an error: 11:57:25,779 ERROR [org.drools.compiler.kie.builder.impl.AbstractKieModule] (http-localhost/127.0.0.1:8080-11) Unable to build KieBaseModel:defaultKieBase ProcessLoadError: unable to parse xml : Exception class org.xml.sax.SAXParseException : <metaData> has an invalid parent element [SequenceFlow (_8007D6A7-EB12-4C80-AA7A-1DA1BBF884F6) [_99FF8DF9-BBB3-449A-A9BF-41C23D0C722C -> _C54EF76E-E08A-4E59-BAA1-25E9D6A38B3A]] (Maybe it is the same with https://bugzilla.redhat.com/show_bug.cgi?id=1233981) P.S. What about elements in blue swimlane. Is it correct that elements from blue swimlane is above orange swimlane (see screenshots)? Hello, we have a BZ specific to text annotations. We are working on this currently. For this BZ it was the issue with sequence flows (connection lines) that was specific to that. To fix text annotations inside container nodes it goes back to the bpmn2 specifications itself and requires a larger change which we did not tackle for this release but the next. text annotation specific bz : https://bugzilla.redhat.com/show_bug.cgi?id=1235330 |