[Erp5-report] r40573 arnaud.fontaine - /erp5/trunk/products/ERP5Type/PropertySheet/

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 24 07:02:33 CET 2010


Author: arnaud.fontaine
Date: Wed Nov 24 07:02:32 2010
New Revision: 40573

URL: http://svn.erp5.org?rev=40573&view=rev
Log:
Fix types of error messages for the filesystem Property Sheet of
Property Existence Constraint


Modified:
    erp5/trunk/products/ERP5Type/PropertySheet/PropertyExistenceConstraint.py

Modified: erp5/trunk/products/ERP5Type/PropertySheet/PropertyExistenceConstraint.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/PropertySheet/PropertyExistenceConstraint.py?rev=40573&r1=40572&r2=40573&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/PropertySheet/PropertyExistenceConstraint.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/PropertySheet/PropertyExistenceConstraint.py [utf8] Wed Nov 24 07:02:32 2010
@@ -35,9 +35,9 @@ class PropertyExistenceConstraint:
             'type': 'lines',
             'description' : 'Properties to check the existence for' },
         {   'id': 'message_no_such_property',
-            'type': 'lines',
+            'type': 'string',
             'description' : 'Error message when there is no such property' },
         {   'id': 'message_property_not_set',
-            'type': 'lines',
+            'type': 'string',
             'description' : 'Error message when the property is not set' },
         )




More information about the Erp5-report mailing list