Commit c1d91414 authored by Nicolas Dumazet's avatar Nicolas Dumazet

fixing previous commit: replacement was not complete


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31613 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6c8e6042
...@@ -65,7 +65,7 @@ added_file_list = []\n ...@@ -65,7 +65,7 @@ added_file_list = []\n
if added != \'\' and added != \'none\':\n if added != \'\' and added != \'none\':\n
added_file_list += added.split(\',\')\n added_file_list += added.split(\',\')\n
\n \n
if not added_files and not other_files:\n if not added_file_list and not other_file_list:\n
context.REQUEST.set(\'portal_status_message\', \'Nothing to revert.\')\n context.REQUEST.set(\'portal_status_message\', \'Nothing to revert.\')\n
return context.BusinessTemplate_viewSvnStatus()\n return context.BusinessTemplate_viewSvnStatus()\n
\n \n
...@@ -117,8 +117,6 @@ return context.BusinessTemplate_viewSvnStatus()\n ...@@ -117,8 +117,6 @@ return context.BusinessTemplate_viewSvnStatus()\n
<string>_inplacevar_</string> <string>_inplacevar_</string>
<string>_getattr_</string> <string>_getattr_</string>
<string>added_file_list</string> <string>added_file_list</string>
<string>added_files</string>
<string>other_files</string>
<string>context</string> <string>context</string>
<string>_getitem_</string> <string>_getitem_</string>
</tuple> </tuple>
......
547 548
\ No newline at end of file \ 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