diff --git a/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_doSvnRevert.xml b/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_doSvnRevert.xml index 82585f645c46b2e9cf1b956e7b6ecb6c53a77aac..0d4f3c0f17d63c4df92f4ecf09fa3da41b31dd61 100644 --- a/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_doSvnRevert.xml +++ b/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_doSvnRevert.xml @@ -65,7 +65,7 @@ added_file_list = []\n if added != \'\' and added != \'none\':\n added_file_list += added.split(\',\')\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 return context.BusinessTemplate_viewSvnStatus()\n \n @@ -117,8 +117,6 @@ return context.BusinessTemplate_viewSvnStatus()\n <string>_inplacevar_</string> <string>_getattr_</string> <string>added_file_list</string> - <string>added_files</string> - <string>other_files</string> <string>context</string> <string>_getitem_</string> </tuple> diff --git a/bt5/erp5_forge/bt/revision b/bt5/erp5_forge/bt/revision index ea5ca3642f81687180522c5054a661171fa6dea2..dd35c6b71fc80057f07694a1d0e0ee7348383b74 100644 --- a/bt5/erp5_forge/bt/revision +++ b/bt5/erp5_forge/bt/revision @@ -1 +1 @@ -547 \ No newline at end of file +548 \ No newline at end of file