fix(org): passer ville + pays au constructeur OrganisationSummaryResponse

Ajout des 2 champs manquants dans convertToSummaryResponse() pour que
la liste des organisations affiche la localisation.
This commit is contained in:
dahoud
2026-04-16 12:29:37 +00:00
parent 48604bbbc6
commit 51bb996eef

View File

@@ -665,7 +665,9 @@ public class OrganisationService {
statutLibelle,
statutSeverity,
organisation.getNombreMembres(),
organisation.getActif());
organisation.getActif(),
organisation.getVille(),
organisation.getPays());
}
/**