diff --git a/config/autoload/unicaen-app.global.php b/config/autoload/unicaen-app.global.php index 48673dbb26a5662fa8d191e873b2e6a8aa96cb1e..1b24704bbc6b09031a097e1990c52563cade446e 100644 --- a/config/autoload/unicaen-app.global.php +++ b/config/autoload/unicaen-app.global.php @@ -34,8 +34,8 @@ return [ 'app_infos' => [ 'nom' => "EMC2", 'desc' => "Emploi Mobilité Carrière Compétences", - 'version' => "3.1.3", - 'date' => "09/01/2023", + 'version' => "3.1.4", + 'date' => "27/01/2023", // 'liens' => [ // 'COMUE' => [ diff --git a/documentation/release/3.1.5.md b/documentation/release/3.1.5.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/module/Carriere/view/carriere/correspondance/index.phtml b/module/Carriere/view/carriere/correspondance/index.phtml index e8eb8f550e63fc43dc5f50d2ff7447dd1b2f3138..d0905e11f96c64455eb464d6a67283b31aa27b67 100644 --- a/module/Carriere/view/carriere/correspondance/index.phtml +++ b/module/Carriere/view/carriere/correspondance/index.phtml @@ -44,6 +44,7 @@ $this->headTitle("Liste des correspondances"); <table class="datatable table table-condensed table-hover"> <thead> <tr> + <th> Code </th> <th style="width:70%;"> Libellé </th> <th> Type </th> <th> #Agent/Grade </th> @@ -53,6 +54,7 @@ $this->headTitle("Liste des correspondances"); <tbody> <?php foreach($correspondances as $correspondance): ?> <tr> + <td> <?php echo $correspondance->getCategorie(); ?> </td> <td> <span title="<?php echo $correspondance->generateTooltip(); ?>"