From 67e662a2286d84db89f92c53d9061867c31c2d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Mon, 16 Mar 2009 14:39:23 +0000 Subject: [PATCH] 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 --- product/ERP5Form/Report.py | 1 - 1 file changed, 1 deletion(-) diff --git a/product/ERP5Form/Report.py b/product/ERP5Form/Report.py index 0a7ac71e9c..1fb3d4740c 100644 --- a/product/ERP5Form/Report.py +++ b/product/ERP5Form/Report.py @@ -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): -- 2.30.9