Commit 63afa73a authored by Yoshinori Okuji's avatar Yoshinori Okuji

Specify storage_id to free text accessors for compatibility.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5238 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5d9b3c7c
......@@ -1075,6 +1075,7 @@ def setDefaultProperties(property_holder, object=None):
# Create free text accessors.
prop = {
'id' : '%s_free_text' % cat,
'storage_id' : cat,
'description': 'free text to specify %s' % cat,
'type' : 'text',
'default' : '',
......
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