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:
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.