fix(dto): ajouter ville + pays à OrganisationSummaryResponse
Le XHTML liste.xhtml affichait #{org.ville} et #{org.pays} mais le DTO
Summary n'avait que id/nom/type/statut/nombreMembres — pas de localisation.
L'EL résolvait null → colonnes vides dans le DataTable.
This commit is contained in:
@@ -28,4 +28,6 @@ public class OrganisationSummaryResponse {
|
||||
private String statutSeverity;
|
||||
private Integer nombreMembres;
|
||||
private Boolean actif;
|
||||
private String ville;
|
||||
private String pays;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user