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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Sep 23 18:01:24 CEST 2009


Author: romain
Date: Wed Sep 23 18:01:23 2009
New Revision: 29155

URL: http://svn.erp5.org?rev=29155&view=rev
Log:
new data type is equivalent to object type

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=29155&r1=29154&r2=29155&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Constraint/PropertyTypeValidity.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/Constraint/PropertyTypeValidity.py [utf8] Wed Sep 23 18:01:23 2009
@@ -60,7 +60,7 @@
   }
   
   # Properties of type eg. "object" can hold anything
-  _permissive_type_list = ('object', )
+  _permissive_type_list = ('object', 'data')
 
   _message_id_list = [ 'message_unknown_type',
                        'message_incorrect_type',




More information about the Erp5-report mailing list