Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix 147650 and 147995 -- register ViewerHTMLActionHandler for runAndRenderTask and support isMasterPageContent

 

Summary:

 Fix 147650 and 147995 -- register ViewerHTMLActionHandler for runAndRenderTask and support locale and isMasterPageContent in the action handler for bookmark and drill-through builder.
- Bugzilla Bug (s) Resolved:
147995

- Description:

1. When drill-through to a report design or document, the URL builder lost the isMasterPageContent. So add it to the URL and fix 147995.

2. Set ViewerHTMLActionHandler for runAndRenderTask and change the buildDrillThrough to support it. Therefore, function of previewing

in “html” is right, however the “pdf” is still wrong. And need engine to do the reminder task to support pdf.

 


- Tests Description:

 Manual test
- Notes to Build Team: None


- Notes to Developers: None


- Notes to QA: None


- Notes to Documentation: None


- Files Added:

- Files Edited:

 

    Checking in birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java;

    Checking in birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java;

    Checking in birt/WEB-INF/classes/org/eclipse/birt/report/service/ViewerHTMLActionHandler.java;

 


Back to the top