BIG UPDATE: can now change the entites position in front

This commit is contained in:
2024-04-09 15:56:23 +02:00
parent 052a37d714
commit 9aecfc62e9
8 changed files with 336 additions and 92 deletions

View File

@@ -246,11 +246,14 @@ export default {
.then((concernement) => {
console.log('concernement', concernement);
// TODO reload the map item
// this.reloadConcernementEntites(concernement.nid[0].value);
this.reloadConcernements()
this.reloadConcernementEntites(concernement.nid[0].value)
.then(() => {
this.reloading_concernements = false;
});
// this.reloadConcernements()
// .then(() => {
// this.reloading_concernements = false;
// });
})
})
})