Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix bug 163271 Cascading parameter dialog - Changing from multiple to single dataset does not work.

- Summary:

163271 Cascading parameter dialog - Changing from multiple to single dataset does not work.

 

Fix test case org.eclipse.report.birt.engine.GetParameterDefinationTaskTest :

List box parameter value can only be selected from the choices and can't be input. Combo box parameter value can be selected from the choices and also can be input.

 

- Bugzilla Bug(s)

163271

 

- Description:

Bug 163271 : datasets defined on parameters in a cascading parameter group are ignored when the group is set to single dataset mode.

 

- Tests Description:

Manuel/Unit Test.

 

- Notes to Build Team:

 

- Notes to Developers:

 

- Notes to QA:

 

- Notes to Documentation:

 

- Files Edited:

src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.java

test/org/eclipse/birt/report/engine/api/GetParameterDefinitionTaskTest.rptdesign

test/org/eclipse/birt/report/engine/api/GetParameterDefinitionTaskTest.java

test/org/eclipse/birt/report/engine/api/impl/TestGetParameterTask.xml

 

- Files Added:

 

-Jun Ouyang

 


Back to the top