[Erp5-report] r43119 yo - /erp5/trunk/products/ERP5Form/Extensions/Folder_viewSearchDialog.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Feb 7 11:06:44 CET 2011


Author: yo
Date: Mon Feb  7 11:06:43 2011
New Revision: 43119

URL: http://svn.erp5.org?rev=43119&view=rev
Log:
Complement a missing continue statement, otherwise the same field may be added twice, and produces an error for a duplicate.

Modified:
    erp5/trunk/products/ERP5Form/Extensions/Folder_viewSearchDialog.py

Modified: erp5/trunk/products/ERP5Form/Extensions/Folder_viewSearchDialog.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/Extensions/Folder_viewSearchDialog.py?rev=43119&r1=43118&r2=43119&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/Extensions/Folder_viewSearchDialog.py [utf8] (original)
+++ erp5/trunk/products/ERP5Form/Extensions/Folder_viewSearchDialog.py [utf8] Mon Feb  7 11:06:43 2011
@@ -255,6 +255,7 @@ def getSearchDialog(self, REQUEST=None):
           default_search_key = 'Keyword'
         addKeywordSearchStringField(column_id, column_title,
                                     default_search_key=default_search_key)
+        continue
       else:
         addListField(short_column_id, column_title)
         continue



More information about the Erp5-report mailing list