Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 122859 The format is inconsistent in toc page and report page of web viewer.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 122859 The format is inconsistent in toc page and report page of web viewer.

Summary 

Bugzilla Bug (s) Resolved:
122859 The format is inconsistent in toc page and report page of web viewer.

Description:
Why:
Engine uses toString to get the TOC label, while use the default formatter to format the value object.
Fix:
Use the default formatter to format the TOC label.

 
Test Description:
Manual Test
 
Files Edited:
cvs ci -m "use default formatter to format the toc label" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ReportItemExecutor.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top