Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix 134013 -- disable cachedRowCount in deployment.

 

Summary:

 Fix 134013 -- disable cachedRowCount in deployment.
- Bugzilla Bug (s) Resolved:
134013

- Description:

Fix it to determine whether able cachedRowCount property set in data set or not by __isDesigner. In another word, if __isDesigner = true,

Able the cachedRowCount in the preview; otherwise disable it. Using birt in Eclipse designer, viewer will create URL and append ‘__isDesigner=true’

Always. In the deployment, __isDesigner is false by default to disable the cache.

 


- Tests Description:

 Manual test
- Notes to Build Team: None


- Notes to Developers: None


- Notes to QA: None


- Notes to Documentation: None


- Files Added:

- Files Edited:

 

 

    Checking in birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java;

    Checking in birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java;

    Checking in src/org/eclipse/birt/report/viewer/utilities/WebViewer.java;

 


Back to the top