Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 117831 It shows the same report item when one template item is transferred to report item but others are not.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 117831 It shows the same report item when one template item is transferred to report item but others are not.

Summary 

Bugzilla Bug (s) Resolved:

Description:
Why:
        As the report design support template items, those items should be invisible in report preview. While translating the MODEL's IR to ENGINE's IR, ENGINE visits the element one by one and add the converted object into ENGINE's IR. The template items are skiped but return the previous translated result.

Fix:
        Convert the template items to NULL insteadof do nothing.

 
Test Description:
Unit Test
 
Files Edited:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunAndRenderTask.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top