Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIN:Fix bugzilla bug 155775,156316

Title: CheckIN:Fix bugzilla bug 155775,156316

- Summary:
Fix bugzilla bug
155775,156316

- Bugzilla Bug (s) Resolved:
Bug
155775 The column number of data set become less after add a computed column
Bug 156316 Error happened while opening the extended parameter from an old library

- Description:
The bug 155775 has fixed after Models support on backward compatibility of resultset property.
The bug 156316 is caused by the read-only property of datasetHandle which extends from library. So we add canEdit check to decide whether to modify cachedMetaData through Models command or not.

- Tests Description:
Manual test

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

- Notes to Documentation:  

- Files Edited:
/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetMetaDataHelper.java
/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/MetaDataPopulator.java

- Files Added:

- Files Deleted






Back to the top