Commit 02666384 authored by Aurel's avatar Aurel

set default value for version and revision to empty string


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4557 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 163c208d
......@@ -35,11 +35,13 @@ class Version:
{ 'id' : 'version',
'description' : 'A version identifier',
'type' : 'string',
'mode' : 'w' },
'mode' : 'w',
'default' : '' },
{ 'id' : 'revision',
'description' : 'A revision identifier',
'type' : 'string',
'mode' : 'w' },
'mode' : 'w',
'default' : '' },
)
_categories = ()
......
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