Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix 152287 -- refactor viewer to follow the engine toc API changes

 

Summary:

Fix 152287 -- refactor viewer to follow the engine toc API changes.
- Bugzilla Bug (s) Resolved: 152287


- Description:

To find a toc by id or value, change to logic to

ITOCTree tree = document.getTOCTree( format, locale)

tree.findTOC or tree.findTOCByValue

 

- 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/BirtViewerReportService.java;

 


Back to the top