Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug ---122133 [Regression]Exception when set default value of report parameter then preview in html.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug ---122133 [Regression]Exception when set default value of report parameter then preview in html.

Summary 

Bugzilla Bug (s) Resolved:
122133 [Regression]Exception when set default value of report parameter then preview in html.

Description:
The value of paramter has been changed from _expression_ to string constant. Update engine's code as request.

 
Test Description:
Manual Test
 
Files Edited:
cvs ci -m "change the paramter value from _expression_ to string constants" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java" "/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" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top