Commit 70cfb7b0 authored by Ivan Tyagov's avatar Ivan Tyagov

Provide cancel action.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26372 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 42c7a3d5
......@@ -53,7 +53,9 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>return container.REQUEST.RESPONSE.redirect(\'https://www.tiolive.com/ERP5Site_viewChangePasswordDialog\')\n
<value> <string>cancel_url = context.getPortalObject().absolute_url()\n
return container.REQUEST.RESPONSE.redirect(\n
\'https://www.tiolive.com/ERP5Site_viewChangePasswordDialog?cancel_url=%s\' %cancel_url)\n
</string> </value>
</item>
<item>
......@@ -91,6 +93,8 @@
<value>
<tuple>
<string>_getattr_</string>
<string>context</string>
<string>cancel_url</string>
<string>container</string>
</tuple>
</value>
......
25
\ No newline at end of file
26
\ 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