diff --git a/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/ERP5Site_redirectToTioLiveChangePasswordDialog.xml b/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/ERP5Site_redirectToTioLiveChangePasswordDialog.xml index 97246d45204362b761bd1f039c9a7d2baff49369..0ed0594afb6a140b4b9af6faa170f8f2664cb9b9 100644 --- a/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/ERP5Site_redirectToTioLiveChangePasswordDialog.xml +++ b/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/ERP5Site_redirectToTioLiveChangePasswordDialog.xml @@ -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> diff --git a/bt5/tiolive_base/bt/revision b/bt5/tiolive_base/bt/revision index 410b14d2ce6f958c13adcb30807e8673074c49d9..978b4e8e518d1242cbf102a1bebdb52e41705102 100644 --- a/bt5/tiolive_base/bt/revision +++ b/bt5/tiolive_base/bt/revision @@ -1 +1 @@ -25 \ No newline at end of file +26 \ No newline at end of file