Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: [Regression]Locale effects don't display when using frameset to render a report

Title: [birt-dev]CheckIn: [Regression]Locale effects don't display when using frameset to render a report

- Summary:

- Bugzilla Bug (s) Resolved:

- Description:

   The report engine need call localize to run a report as the user may changes the pagination in the onRender. So, the localized page content are saved into the report document.

        As discuss with the BIRT team, the BIRT needs limit the onRender script and disable changing the pagination. After report engine remove the localized codes in the runTask, the page content are locale neuture now.

- Tests Description  :

        Manul Test

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

        Please remove the regression test which changes the pagination in onRender.
 
- Notes to Documentation:  
        Document the limitation.

- Files Edited:
cvs ci -m "disable changing the pagination in onRender" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunTask.java"


- Files Added:

- Files Deleted


-Wei Yan



Back to the top