From 891c688ddd590a552347a204b7acf33b8d5b592f Mon Sep 17 00:00:00 2001 From: Yusei Tahara <yusei@nexedi.com> Date: Thu, 14 Apr 2011 06:06:45 +0000 Subject: [PATCH] Revert r45154. This fix introduces another problem. If variable 'REQUEST' exists, then variable 'cell' becomes request value and breaks matrixbox. I must check what must be done when cell is None. when cell is explicitly specified as None, is it ok to override, I do not have answer yet. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45397 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Form/Form.py | 1 - 1 file changed, 1 deletion(-) diff --git a/product/ERP5Form/Form.py b/product/ERP5Form/Form.py index 6f9061d3e3..fdeb1ed097 100644 --- a/product/ERP5Form/Form.py +++ b/product/ERP5Form/Form.py @@ -162,7 +162,6 @@ class TALESValue(StaticValue): kw['form'] = form kw['request'] = REQUEST - kw['REQUEST'] = REQUEST # For compatibility to relation string field. See MultiRelationStringField.get_value. kw['here'] = obj kw['context'] = obj kw['modules'] = SecureModuleImporter -- 2.30.9