Commit fb41344a authored by Kevin Deldycke's avatar Kevin Deldycke

last_id property type inconsistency fixed


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2715 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c187bfe0
......@@ -42,7 +42,7 @@ class Folder:
{ 'id' : 'last_id',
'description' : 'The default ID group for objects in this folder',
'type' : 'string',
'default' : 1,
'default' : '1',
'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