Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 124698 --- Bookmark doesn't work for drill-through urls

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 124698 --- Bookmark doesn't work for drill-through urls

Summary 
Remove the String instance check of  bookmark in input DrillThrough in ReportItemExecutor.java.

Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug  124698 --- Bookmark doesn't work for drill-through urls.

Description:
Why:
The processAction() will check the bookmark in input DrillThrough. if it is not a instance of String, the bookmark will be set as NULL.

Fix:
Remove the check. If it is not a instance of String, cast it.
 
Test Description:
Manu   Test
 
Files Edited:
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ReportItemExecutor.java#27 edit

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Zhao




Back to the top