Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 128854 --- Cannot get Prompt Text from a parameter using the Report Engine API

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 128854 --- Cannot get Prompt Text from a parameter using the Report Engine API

Summary 
Add promptText in ScalarParameterDefn.java.

Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug 128854 --- Cannot get Prompt Text from a parameter using the Report Engine API

Description:
Why:
ScalarParameterDefn.java didn't have promptText, so can't get it in the report parameters.

Fix:
Add promptText in ScalarParameterDefn.java.
 
Test Description:
Unit Test
 
Files Edited:
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IScalarParameterDefn.java#6 edit
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ScalarParameterDefn.java#11 edit
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java#78 edit

Files Added:
/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/parser/testPromptText.java#1 add
/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/parser/prompt_text.xml#1 add

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Zhao




Back to the top