Commit 525c8194 authored by Jérome Perrin's avatar Jérome Perrin

default comment to an empty string


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15267 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 927b47f3
...@@ -35,6 +35,7 @@ class Comment: ...@@ -35,6 +35,7 @@ class Comment:
_properties = ( _properties = (
{ 'id' : 'comment', { 'id' : 'comment',
'description' : 'Comments', 'description' : 'Comments',
'default' : '',
'type' : 'text', 'type' : 'text',
'mode' : 'w' }, 'mode' : 'w' },
) )
......
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