Commit 67aca599 authored by Christophe Dumez's avatar Christophe Dumez

Fix last commit (do not extract BT again after commit)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7485 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 86d57edd
......@@ -68,7 +68,9 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>from Products.ERP5Subversion.SubversionClient import SubversionSSLTrustError, SubversionLoginError\n
<value> <string encoding="cdata"><![CDATA[
from Products.ERP5Subversion.SubversionClient import SubversionSSLTrustError, SubversionLoginError\n
\n
if "changelog" in context.REQUEST.keys() and context.REQUEST["changelog"].strip()!=\'\':\n
changelog=context.REQUEST["changelog"]\n
......@@ -111,8 +113,11 @@ except SubversionLoginError, error1 :\n
return context.asContext(added=added, modified=modified, removed=removed, caller=\'commit\', realm = error1.getRealm(), changelog=changelog, username = context.getPortalObject()["portal_subversion"].getPreferredUsername()).BusinessTemplate_viewSvnLogin()\n
\n
context.REQUEST.set(\'portal_status_message\', \'Files commited successfully.\')\n
return context.BusinessTemplate_viewSvnStatus(do_extract=\'False\')\n
</string> </value>
context.REQUEST.RESPONSE.redirect(context.absolute_url() + \'/BusinessTemplate_viewSvnStatus?do_extract=False&portal_status_message=Files%20commited%20successfully.\')\n
#return context.BusinessTemplate_viewSvnStatus(do_extract=\'False\')\n
]]></string> </value>
</item>
<item>
<key> <string>_code</string> </key>
......
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