Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 117813 Smoke Test: Chart can't be previewed in pdf.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 117813 Smoke Test: Chart can't be previewed in pdf.

Summary 

Bugzilla Bug (s) Resolved:
117813 Smoke Test: Chart can't be previewed in pdf.

Description:
Why:
        It use AppContext to get the chart resolution, but the appContext is null for pdf format viewer.
Fix:
        handle the null app context case.

 
Test Description:
Manual test, rerun the test case.
 
Files Edited:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportDocument.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListItemExecutor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/LocalizedEmitter.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top