Bug 1273871

Summary: In new DataIOEditor is not updates links after renaming process variables
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: medium Docs Contact:
Priority: high    
Version: 6.2.0CC: kverlaen
Target Milestone: ---   
Target Release: ---   
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:37:59 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:
Attachments:
Description Flags
Lost assignment none

Description Kirill Gaevskii 2015-10-21 12:25:38 UTC
Created attachment 1085114 [details]
Lost assignment

Description of problem:
If you will rename some assigned process variable. The variable with assigned process variable will lose it assignment. See attachment.

Version-Release number of selected component (if applicable):
6.2.ER4

How reproducible:
always

Steps to Reproduce:
1. Create Business Process with variable "myVar" with type String
2. Add task and assign to it Input variable: "inputVar" with type String with Source "myVar"
3. Rename "myVar" to "yourVar" save Business Process and reopen.
4. Open Assignments for the task

Actual results:
"inputVar" losed it source. See attachment.

Expected results:
"inputVar" will have "yourVar" as a source

Additional info:
Related bug 1248986