[Erp5-report] r18302 - /erp5/trunk/products/ERP5Type/Constraint/PropertyTypeValidity.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Dec 13 14:13:28 CET 2007


Author: jerome
Date: Thu Dec 13 14:13:27 2007
New Revision: 18302

URL: http://svn.erp5.org?rev=18302&view=rev
Log:
permissive type list was not a list

Modified:
    erp5/trunk/products/ERP5Type/Constraint/PropertyTypeValidity.py

Modified: erp5/trunk/products/ERP5Type/Constraint/PropertyTypeValidity.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Constraint/PropertyTypeValidity.py?rev=18302&r1=18301&r2=18302&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Constraint/PropertyTypeValidity.py (original)
+++ erp5/trunk/products/ERP5Type/Constraint/PropertyTypeValidity.py Thu Dec 13 14:13:27 2007
@@ -60,7 +60,7 @@
   }
   
   # Properties of type eg. "object" can hold anything
-  _permissive_type_list = ('object')
+  _permissive_type_list = ('object', )
 
   def checkConsistency(self, obj, fixit=0):
     """




More information about the Erp5-report mailing list