[Erp5-report] r42523 luke - in /erp5/trunk/bt5/vifib_base: PropertySheetTemplateItem/ bt/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jan 20 18:55:49 CET 2011


Author: luke
Date: Thu Jan 20 18:55:49 2011
New Revision: 42523

URL: http://svn.erp5.org?rev=42523&view=rev
Log:
- move Software Instance's reference to source_reference

Modified:
    erp5/trunk/bt5/vifib_base/PropertySheetTemplateItem/SoftwareInstanceConstraint.py
    erp5/trunk/bt5/vifib_base/bt/revision

Modified: erp5/trunk/bt5/vifib_base/PropertySheetTemplateItem/SoftwareInstanceConstraint.py
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_base/PropertySheetTemplateItem/SoftwareInstanceConstraint.py?rev=42523&r1=42522&r2=42523&view=diff
==============================================================================
--- erp5/trunk/bt5/vifib_base/PropertySheetTemplateItem/SoftwareInstanceConstraint.py [utf8] (original)
+++ erp5/trunk/bt5/vifib_base/PropertySheetTemplateItem/SoftwareInstanceConstraint.py [utf8] Thu Jan 20 18:55:49 2011
@@ -33,12 +33,14 @@ class SoftwareInstanceConstraint:
       'description'   : 'Property text content must be defined',
       'type'          : 'PropertyExistence',
       'text_content'  : None,
+      "message_property_not_set" : 'XML must be set',
       "message_no_such_property" : 'XML must be set'
     },
     { 'id'            : 'property_existence',
-      'description'   : 'Property reference must be defined',
+      'description'   : 'Property source reference must be defined',
       'type'          : 'PropertyExistence',
-      'reference'     : None,
+      'source_reference'     : None,
+      "message_property_not_set" : 'Reference must be set',
       "message_no_such_property" : 'Reference must be set'
     },
     { 'id'            : 'text_content_validation',

Modified: erp5/trunk/bt5/vifib_base/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/vifib_base/bt/revision?rev=42523&r1=42522&r2=42523&view=diff
==============================================================================
--- erp5/trunk/bt5/vifib_base/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/vifib_base/bt/revision [utf8] Thu Jan 20 18:55:49 2011
@@ -1 +1 @@
-179
\ No newline at end of file
+180
\ No newline at end of file



More information about the Erp5-report mailing list