chore: taglib PrimeFaces Freya + logo + cleanup OrganisationDetailBean

- META-INF/primefaces-freya.taglib.xml : tags PrimeFaces Freya
- src/main/webapp/resources/images/unionflow-logo.png : logo app
- OrganisationDetailBean : cleanup mineur (2 lignes)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
dahoud
2026-04-21 12:43:56 +00:00
parent deaa3b8f96
commit 401a72458b
3 changed files with 60 additions and 2 deletions

View File

@@ -88,7 +88,6 @@ public class OrganisationDetailBean implements Serializable {
if (organisation != null) {
String libelle = typeCatalogueService.resolveLibelle(organisation.getTypeOrganisation());
organisation.setTypeOrganisationLibelle(libelle);
organisation.setTypeLibelle(libelle);
}
} catch (Exception e) {
LOG.errorf(e, "Erreur lors du chargement de l'organisation");
@@ -132,7 +131,6 @@ public class OrganisationDetailBean implements Serializable {
if (organisation != null) {
String libelle = typeCatalogueService.resolveLibelle(organisation.getTypeOrganisation());
organisation.setTypeOrganisationLibelle(libelle);
organisation.setTypeLibelle(libelle);
}
modeEdition = false;
errorHandler.showSuccess("Succès", "Organisation modifiée avec succès.");

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB