address: fix bug when editing address: update localisation and addressreferenceId + better update of the map in edition

This commit is contained in:
nobohan
2022-04-27 10:38:25 +02:00
parent f14c915502
commit 76549581e6
4 changed files with 26 additions and 12 deletions

View File

@@ -628,6 +628,10 @@ export default {
newAddress = Object.assign(newAddress, {
'addressReference': this.entity.selected.address.addressReference
});
} else {
newAddress = Object.assign(newAddress, {
'addressReference': null
});
}
if (this.validFrom) {