Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 113489, 113332, 113325 -- bugs related with dynamic parameter in engine

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 113489, 113332, 113325 -- bugs related with dynamic parameter in engine

Description:
113489 -- List Limit in dynamic parameter(Edit Parameter dialog) doesn't work. 
113332 -- NewParameter comboBox list all the columns from data set,not the limited number for dynamic parameter.
Fix: add a counter to implenment the limit of  record number.
113325-- Short date format can not effective on dynamic parameter
Fix: if the display value is null, formatting the value by specified pattern as display value  

Regression: Yes/No
No
 
Code Owner:
Shanghai Engine Team
 
Code Reviewers:
Shanghai Engine Team
 
Tests:
Unit test
 
Test Automated:  Yes/No (if “No”, then explain why)
Yes
Branches Involved:
Eclipse CVS
 
Files Changed:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ScalarParameterDefn.java"

Files Shared:
None
 
Files Added:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/SelectionChoiceComparator.java"
 
Files Deleted:
None
 
Defect Entries Resolved:
None
 
Case Entries Resolved:
None
 
Notes to Developers:
None
 
Notes to QA:
None
 
Notes to Documentation:
None
 
Notes to Configuration Management:
None
 
Notes to Support:
None
 
Notes to Product Marketing:
None


Back to the top