mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
bugfix of double civility abbreviation after edit
This commit is contained in:
@@ -215,7 +215,7 @@ export default {
|
||||
data = {
|
||||
"type": "thirdparty",
|
||||
"kind": "child",
|
||||
"name": data.text,
|
||||
"name": data.name,
|
||||
"isChild": true,
|
||||
"parent": {"type": "thirdparty", "id": this.parent.id},
|
||||
"civility": {"id": data.civility},
|
||||
@@ -234,7 +234,7 @@ export default {
|
||||
throw 'error with object type';
|
||||
}
|
||||
}
|
||||
// console.log('type', type, 'data', data)
|
||||
console.log('type', type, 'data', data)
|
||||
// pass datas to parent
|
||||
this.$emit('saveFormOnTheFly', { type: type, data: data });
|
||||
|
||||
|
Reference in New Issue
Block a user