Commit 67e662a2 authored by Jérome Perrin's avatar Jérome Perrin

I don't see any good reason to clear REQUEST.form before rendering a report

section


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26047 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6c543e4e
......@@ -341,7 +341,6 @@ class ReportSection:
self.selection_stats, REQUEST=REQUEST)
self.saved_request_form = REQUEST.form
REQUEST.form = {}
security.declarePublic('popReport')
def popReport(self, context, render_prefix=None):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment