Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 124592 --- Resource file can't be used in Master page

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 124592 --- Resource file can't be used in Master page

Summary 
Set the report and design parameters of intermediateEmitter of LocalizedEmmitter.

Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug 124592 --- Resource file can't be used in Master page

Description:
Why:
The report and design parameters of intermediateEmitter intermediateEmitter of LocalizedEmmitter haven't been set value, so when localize the label in the master page it can't find intermediateEmitter's design.

Fix:
Set the report and design parameters of intermediateEmitter on the start fuction in LocalizedEmmitter.
 
Test Description:
Manu Test
 
Files Edited:
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/LocalizedEmitter.java#30 edit

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Zhao




Back to the top