Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] #CheckIn: Fix bugs related to the data type converting between DB fields and parameters.

- Summary: Fix bugs related to the data type converting between DB fields and parameters.

- Bugzilla Bug (s) Resolved:

113329 Cascading Parameter Error,

113326 NewParameter combobox should list the value column if the display text is set to none.


- Description:

If a paramter’s value is selected from the dataset, the data set has a type and the parameter also has its own data type. If the data type is not the same, the select value fails the parameter validation. Convert the value type from DB to parameter type while create the selection list.

If the dynamic selection choice binds to two fields: value and label. If the label is empty, we should use the value field instead.
 
- Tests Description :

- Files Edited:
 
- Files Added:

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:

- Notes to Documentation:

 

"/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/EngineTask.java"

 

-Wei Yan

 


Back to the top