Bug 1275339
Summary: | Moving group of element from one container to another don't update associations | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Kirill Gaevskii <kgaevski> | ||||
Component: | jBPM Designer | Assignee: | Tihomir Surdilovic <tsurdilo> | ||||
Status: | CLOSED EOL | QA Contact: | Kirill Gaevskii <kgaevski> | ||||
Severity: | urgent | Docs Contact: | |||||
Priority: | urgent | ||||||
Version: | 6.2.0 | CC: | etirelli, kverlaen, rrajasek | ||||
Target Milestone: | CR1 | Keywords: | Regression | ||||
Target Release: | 6.2.0 | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2020-03-27 19:08:18 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: | 1278756 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Raising priority to urgent as discussed by e-mail. Pull requests with fix: master: https://github.com/droolsjbpm/jbpm-designer/pull/77 6.3.x: https://github.com/droolsjbpm/jbpm-designer/pull/79 *** Bug 1278756 has been marked as a duplicate of this bug. *** commits: master: https://github.com/droolsjbpm/jbpm-designer/commit/a1577332aa1bc2f3ae8ddaef7e15e23bd4ecd3a1 6.3.x: https://github.com/droolsjbpm/jbpm-designer/commit/49da2556dc2f8e97167d141b2a5174f1ae19d757 Rajesh, this was included in the CR1 build, so I am setting target milestone accordingly. Verified bug 1283196 was filed and bug 1273324 returned. |
Created attachment 1086532 [details] Incorrect associations in Containers Description of problem: If you try to move group of elements (such as StartEvent, Tasks, EndEvent and so on) from one container to another all elements in a group will be associated with old container. See attachment. Version-Release number of selected component (if applicable): 6.2.ER4 How reproducible: always Steps to Reproduce: 1. Create Business process with two Swimlane (or Subprocess) 2. Add StartEvent->Task->EndEvent to first Swimlane 3. Select StartEvent, Task and EndEvent togather 4. Move group to another container Actual results: 1. Elements visually will be under second container 2. All elements will be associated with first container Expected results: 1. Elements visually will be on second container 2. All elements will be associated with second container Additional info: