Commit a724d71d authored by Łukasz Nowak's avatar Łukasz Nowak

- 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
parent 4a64f64f
......@@ -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',
......
179
\ No newline at end of file
180
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment