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:
@@ -665,7 +665,9 @@ public class OrganisationService {
|
||||
statutLibelle,
|
||||
statutSeverity,
|
||||
organisation.getNombreMembres(),
|
||||
organisation.getActif());
|
||||
organisation.getActif(),
|
||||
organisation.getVille(),
|
||||
organisation.getPays());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user