fixed mdi icons, added recit icon on map-popup

This commit is contained in:
2023-06-13 15:16:45 +02:00
parent 0ccbc9257e
commit fb14d83f6d
6 changed files with 568 additions and 490 deletions

View File

@@ -87,10 +87,14 @@ export const ConcernementsStore = defineStore({
// doleance
concernement.has_doleance = concernement.doleances.length ? true : false;
// recit
concernement.has_recit = concernement.recit !== null;
// common
this.concernements.push(concernement);
this.concernementsByID[concernement.id] = concernement;
});
this.concernements_loaded = true;
})