Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix Bugzilla Bug 162849: BIRT Exception occurs when a computed column shares the same name with a column's alias

- Summary:
CheckIn: Fix
Bugzilla Bug 162849: BIRT Exception occurs when a computed column shares the same name with a column's alias

 

- SCR(s) Resolved:
None

 

- Description:

When a new computed column shares the same name with a column’s alias in OutputColumnsPage, an error message will be displayed, indicating this conflict, in the same time, in OutputColumnsPage another error message also comes out. Users can still leave this page despite of this error.


- Regression (Yes/No):
No

- Code Owner:
Data Team

- Code Reviewers:

Lin Zhu

- Branches Involved:
N/A

 

Files Added:

None

 

Files Deleted:

None

 

- Files Edited:

"/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/nls/messages.properties"

 

"/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/dataset/OutputColumnsPage.java"

 

"/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetComputedColumnsPage.java"

 


Back to the top