Commit 828c8fbb authored by Ivan Tyagov's avatar Ivan Tyagov

Sorry forgot to return default 'view'.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21536 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 62c6fb62
......@@ -148,6 +148,7 @@ target_request.set(\'portal_status_message\', msg)\n
for key in target_request.form.keys():\n
if key.startswith(\'field_my_\'):\n
del target_request.form[key]\n
return target.view()\n
\n
# XXX Do not use redirect, as it leeds to conflict error with convertion process\n
# return target.Base_redirect(\'view\',\n
......
645
\ No newline at end of file
646
\ No newline at end of file
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