Commit 2bd11dd9 authored by Yusei Tahara's avatar Yusei Tahara

Fixed to get REQUEST from context, because somtimes REQUEST in arguments is None.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15714 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 88e395c0
......@@ -127,7 +127,7 @@ else:\n
reference=i[\'reference\'], language=i[\'language\'], business_field=i[\'business_field\'],\n
title=i[\'title\'], description=i[\'description\'])\n
\n
REQUEST.RESPONSE.redirect(context.absolute_url())\n
context.REQUEST.RESPONSE.redirect(context.absolute_url())\n
</string> </value>
</item>
<item>
......
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