Commit 6eda9646 authored by Romain Courteaud's avatar Romain Courteaud

new data type is equivalent to object type


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29155 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 56243897
......@@ -60,7 +60,7 @@ class PropertyTypeValidity(Constraint):
}
# Properties of type eg. "object" can hold anything
_permissive_type_list = ('object', )
_permissive_type_list = ('object', 'data')
_message_id_list = [ 'message_unknown_type',
'message_incorrect_type',
......
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