Commit b48df6de authored by Arnaud Fontaine's avatar Arnaud Fontaine

Fix types of error messages for the filesystem Property Sheet of

Property Existence Constraint



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40573 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 86168f38
......@@ -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' },
)
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