From 3af7f2dda40f55be592cd5610ecff9370d9f899d Mon Sep 17 00:00:00 2001 From: jboinembalome Date: Wed, 24 Feb 2021 10:36:27 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20des=20colonnes=20intitul=C3=A9=20et=20s?= =?UTF-8?q?tatut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../participations-formation.table.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/app/shared/mat-tables/participations-formation-table/participations-formation.table.html b/src/app/shared/mat-tables/participations-formation-table/participations-formation.table.html index f80d094..be0818f 100644 --- a/src/app/shared/mat-tables/participations-formation-table/participations-formation.table.html +++ b/src/app/shared/mat-tables/participations-formation-table/participations-formation.table.html @@ -20,6 +20,18 @@ {{row.collaborateur.nom}} {{row.collaborateur.prenom}} + + Intitulé + + {{row.intitule}} + + + + Statut + + {{row.statut.libelle}} + + Inscrit le {{row.dateCreation | date :'dd/MM/yy à HH:mm'}}