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 DesignerAssignee: Tihomir Surdilovic <tsurdilo>
Status: CLOSED EOL QA Contact: Kirill Gaevskii <kgaevski>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 6.2.0CC: etirelli, kverlaen, rrajasek
Target Milestone: CR1Keywords: 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:
Description Flags
Incorrect associations in Containers none

Description Kirill Gaevskii 2015-10-26 14:41:30 UTC
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:

Comment 1 Edson Tirelli 2015-11-12 14:31:03 UTC
Raising priority to urgent as discussed by e-mail.

Comment 2 Tihomir Surdilovic 2015-11-12 15:57:31 UTC
Pull requests with fix:

master: https://github.com/droolsjbpm/jbpm-designer/pull/77

6.3.x: https://github.com/droolsjbpm/jbpm-designer/pull/79

Comment 3 Tihomir Surdilovic 2015-11-12 15:58:37 UTC
*** Bug 1278756 has been marked as a duplicate of this bug. ***

Comment 5 Edson Tirelli 2015-11-16 15:57:24 UTC
Rajesh, this was included in the CR1 build, so I am setting target milestone accordingly.

Comment 6 Kirill Gaevskii 2015-11-18 12:41:42 UTC
Verified bug 1283196 was filed and bug 1273324 returned.