Commit 86d57edd authored by Christophe Dumez's avatar Christophe Dumez

- do not extract bt again after commit

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7484 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2d67dbf5
......@@ -111,7 +111,7 @@ 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()\n
return context.BusinessTemplate_viewSvnStatus(do_extract=\'False\')\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