integrated puissance d'agir on the map level 0
This commit is contained in:
@@ -69,6 +69,10 @@ export const ConcernementsStore = defineStore({
|
||||
concernement.entites.push(entite); // fill the entites array with visible entite only
|
||||
}
|
||||
});
|
||||
// puissance d'agir
|
||||
concernement.has_puissancedagir = concernement.besoins.length ? true : false;
|
||||
|
||||
// common
|
||||
this.concernements.push(concernement);
|
||||
this.concernementsByID[concernement.id] = concernement;
|
||||
});
|
||||
|
Reference in New Issue
Block a user