Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 117428 Smoke test: Data in master page header and footer can't be displayed.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 117428 Smoke test: Data in master page header and footer can't be displayed.

Summary 

Bugzilla Bug (s) Resolved:
        117428 Smoke test: Data in master page header and footer can't be displayed.
Description:
Why:

        All _expression_ in page header/footer are not prepared in DTE (as they are not associated with any queries). Those _expression_ are evaluated by the current query when creating the new page, the DTE throws out exceptions.

Fix:
        Evaluate the unprepared expressions in Engine's own context instead of DTE. (unprepared _expression_'s handle is empty).

 
Test Description:
Unit Test
 
Files Edited:

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan


Back to the top