Commit 891c688d authored by Yusei Tahara's avatar Yusei Tahara

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
parent 6f0a5934
......@@ -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
......
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