Menu

#691 GenerateReportAction does not work for xls and MyReports

v5.6.1
closed
nobody
None
7-HIGH
2016-11-23
2016-09-09
No

In org.openxava.web.servlets.GenerateReportServlet:219, the request is not set on the tab and the personalized reports will not be filtered as they should

            else if (uri.endsWith(".xls")) {    
                synchronized (tab) {
                    tab.setRequest(request);  // <-- Missing line

Discussion

  • Javier Paniza

    Javier Paniza - 2016-09-12
    • Priority: 5 --> 7-HIGH
     
  • Javier Paniza

    Javier Paniza - 2016-11-03
    • Group: v5.5.1 --> v5.6.1
     
  • Javier Paniza

    Javier Paniza - 2016-11-23
    • status: open --> closed
     

Log in to post a comment.