From a724d71d3b1be892c99078539508d1fbab37cea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Thu, 20 Jan 2011 17:55:49 +0000 Subject: [PATCH] - move Software Instance's reference to source_reference git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42523 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../PropertySheetTemplateItem/SoftwareInstanceConstraint.py | 6 ++++-- bt5/vifib_base/bt/revision | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/bt5/vifib_base/PropertySheetTemplateItem/SoftwareInstanceConstraint.py b/bt5/vifib_base/PropertySheetTemplateItem/SoftwareInstanceConstraint.py index 810f82d404..43101e2799 100644 --- a/bt5/vifib_base/PropertySheetTemplateItem/SoftwareInstanceConstraint.py +++ b/bt5/vifib_base/PropertySheetTemplateItem/SoftwareInstanceConstraint.py @@ -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', diff --git a/bt5/vifib_base/bt/revision b/bt5/vifib_base/bt/revision index cde50ca2fd..a14c1ee5ab 100644 --- a/bt5/vifib_base/bt/revision +++ b/bt5/vifib_base/bt/revision @@ -1 +1 @@ -179 \ No newline at end of file +180 \ No newline at end of file -- 2.30.9