mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
person: create a person with address (and household without position (remove required position for household member)
This commit is contained in:
@@ -302,14 +302,10 @@ export default {
|
||||
'type': 'person',
|
||||
'id': responsePerson.id
|
||||
},
|
||||
'position': {
|
||||
"type": "household_position",
|
||||
"id": 4 //TODO, which position?
|
||||
},
|
||||
'start_date': {
|
||||
'datetime': `${new Date().toISOString().split('T')[0]}T00:00:00+02:00`
|
||||
},
|
||||
'holder': false, //TODO true or false?
|
||||
'holder': false,
|
||||
'comment': null
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user