Bug 1255449

Summary: When deleting first of the last two fields the last field is duplicated
Product: [Retired] JBoss BRMS Platform 6 Reporter: Jiri Locker <jlocker>
Component: Data ModelerAssignee: Walter Medvedeo <wmedvede>
Status: CLOSED EOL QA Contact: Jiri Locker <jlocker>
Severity: medium Docs Contact:
Priority: high    
Version: 6.2.0CC: kverlaen
Target Milestone: ER4   
Target Release: 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 19:04:19 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
01 before removing
none
02 after removing none

Description Jiri Locker 2015-08-20 15:27:03 UTC
Description of problem:
I have a data object with two fields:

age: Integer
name: String

When I delete age the result is

name: String
name: String

Version-Release number of selected component (if applicable):
6.2.0.ER1

How reproducible:
-

Steps to Reproduce:
1. Open any Data Object with at least two fields.
2. Delete fields until exactly two remain.
3. Delete field in the first row.

Actual results:
Field on the second row is duplicated.

Expected results:
Only one field should remain.

Additional info:

Comment 1 Jiri Locker 2015-08-20 15:27:44 UTC
Created attachment 1065309 [details]
01 before removing

Comment 2 Jiri Locker 2015-08-20 15:28:10 UTC
Created attachment 1065310 [details]
02 after removing