Commit 9fef0f1b authored by Jérome Perrin's avatar Jérome Perrin

permissive type list was not a list


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18302 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d1b16c1b
......@@ -60,7 +60,7 @@ class PropertyTypeValidity(Constraint):
}
# Properties of type eg. "object" can hold anything
_permissive_type_list = ('object')
_permissive_type_list = ('object', )
def checkConsistency(self, obj, fixit=0):
"""
......
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