Commit 1fae5d81 authored by Kevin Deldycke's avatar Kevin Deldycke

That was a bad idea to let the id be an empty string.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3703 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 01338ab2
......@@ -145,7 +145,7 @@ class Person:
},
# Using an empty id generate automaticality getSubordination() and setSubordination()
# methods on Person. These methods allow us to save subordination on the default career.
{ 'id' : ''
{ 'id' : 'career'
, 'storage_id' : 'default_career'
, 'description' : 'The default career hold some important properties of a Person.'
, 'type' : 'content'
......
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