Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 123716 Regression:Drillthrough hyperlink can't link to dedicated item.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 123716 Regression:Drillthrough hyperlink can't link to dedicated item.

Summary 

Bugzilla Bug (s) Resolved:
123716 Regression:Drillthrough hyperlink can't link to dedicated item.
Description:
The runAndRender uses HTMLActionBuilder to build the hyperlink. As the drill through link will links to renderTask, it need the bookmark looks like the paramter instead of tanditional HTML "#bookmark".

Add the bookmark into the hyperlink as paramter.
 
Test Description:
Manual Test
 
Files Edited:
cvs ci -m "use the bookmark as paramter to build hyperlink of drillthrough" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLActionHandler.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top