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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Feb 13 13:22:42 CET 2008


Author: jerome
Date: Wed Feb 13 13:22:41 2008
New Revision: 19295

URL: http://svn.erp5.org?rev=19295&view=rev
Log:
Wrong message for 'message_incorrect_type' constraint error message.


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=19295&r1=19294&r2=19295&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Constraint/PropertyTypeValidity.py (original)
+++ erp5/trunk/products/ERP5Type/Constraint/PropertyTypeValidity.py Wed Feb 13 13:22:41 2008
@@ -70,7 +70,7 @@
   message_unknown_type = "Attribute ${attribute_name} is defined with"\
                          " an unknown type ${type_name}"
   message_incorrect_type = "Attribute ${attribute_name}"\
-    " should be of type ${expected_type} but is of type ${actual_type} (Fixed)"
+    " should be of type ${expected_type} but is of type ${actual_type}"
   message_incorrect_type_fix_failed = "Attribute ${attribute_name}"\
     " should be of type ${expected_type} but is of type ${actual_type}"\
     " (Type cast failed with error ${type_cast_error})"




More information about the Erp5-report mailing list