Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix bugzilla bug 138176 Computed Columns can't rename

Title: CheckIn:Fix bugzilla bug 138176 Computed Columns can't rename

- Summary:
Fix bugzilla bug
138176 Computed columns cannot rename

- Bugzilla Bug (s) Resolved:
Bugzilla bug
138176

- Description:
This bug is caused by the Models changes. Model has changed the columnName property into name and ComputedColumnHandle has left the setColumnName method empty. So the rename operation cannot take effect if we still use the columnName property. To fix this bug, we had to change columnName property with name.

- Tests Description:
UI Feature

- Files Added:

- Files Edited:
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetComputedColumnsPage.java


- Files Deleted:

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA:  
N/A

- Notes to Documentation:  
N/A


Back to the top