From 4db2007fb951d534755d5f526d35f2e7a49677f9 Mon Sep 17 00:00:00 2001
From: Jean-Philippe Metivier <jean-philippe.metivier@unicaen.fr>
Date: Fri, 27 Jan 2023 09:58:21 +0100
Subject: [PATCH] Version 3.1.4

---
 config/autoload/unicaen-app.global.php                   | 4 ++--
 documentation/release/3.1.5.md                           | 0
 module/Carriere/view/carriere/correspondance/index.phtml | 2 ++
 3 files changed, 4 insertions(+), 2 deletions(-)
 create mode 100644 documentation/release/3.1.5.md

diff --git a/config/autoload/unicaen-app.global.php b/config/autoload/unicaen-app.global.php
index 48673dbb2..1b24704bb 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 000000000..e69de29bb
diff --git a/module/Carriere/view/carriere/correspondance/index.phtml b/module/Carriere/view/carriere/correspondance/index.phtml
index e8eb8f550..d0905e11f 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(); ?>"
-- 
GitLab