Commit 2a2b3bd7 authored by Christophe Dumez's avatar Christophe Dumez

removed references to 'checked', no longer used

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6911 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4b4d9199
......@@ -90,11 +90,11 @@ else:\n
\n
if \'changelog\' not in context.REQUEST.keys() :\n
context.REQUEST.set(\'portal_status_message\', \'Please set a changelog message...\')\n
return context.asContext(added=added, modified=modified, removed=removed ,checked=checked).BusinessTemplate_viewSvnChangelog()\n
return context.asContext(added=added, modified=modified, removed=removed).BusinessTemplate_viewSvnChangelog()\n
\n
if not changelog :\n
context.REQUEST.set(\'portal_status_message\', "Error: Changelog Message can\'t be empty.")\n
return context.asContext(added=added, modified=modified, removed=removed ,checked=checked).BusinessTemplate_viewSvnChangelog()\n
return context.asContext(added=added, modified=modified, removed=removed).BusinessTemplate_viewSvnChangelog()\n
\n
try:\n
if commit_non_recurs != \'none\' and commit_non_recurs != \'\':\n
......@@ -124,7 +124,7 @@ return context.BusinessTemplate_viewSvnStatus()\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>added=\'\',modified=\'\',removed=\'\',checked=\'\',**kw</string> </value>
<value> <string>added=\'\',modified=\'\',removed=\'\',**kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -144,7 +144,7 @@ return context.BusinessTemplate_viewSvnStatus()\n
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
<value> <int>4</int> </value>
<value> <int>3</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
......@@ -153,7 +153,6 @@ return context.BusinessTemplate_viewSvnStatus()\n
<string>added</string>
<string>modified</string>
<string>removed</string>
<string>checked</string>
<string>kw</string>
<string>Products.ERP5Subversion.SubversionClient</string>
<string>SubversionSSLTrustError</string>
......@@ -184,7 +183,6 @@ return context.BusinessTemplate_viewSvnStatus()\n
<string></string>
<string></string>
<string></string>
<string></string>
</tuple>
</value>
</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