Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 124671 --- Report Parameters are ignored by html viewer

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 124671 --- Report Parameters are ignored by html viewer

Summary 
Adding a __overwrite=true for any drill through link by default.

Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug 124671 --- Report Parameters are ignored by html viewer

Description:
Why:
The drill through link in HTMLActionHandler didn't set __overwrite, so when linked to the target report the parameter still showed the default value.

Fix:
Adding a __overwrite=true for any drill through link by default in HTMLActionHandler .
 
Test Description:
Manu Test
 
Files Edited:
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLActionHandler.java#11 edit

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top