From 6d6b410d9bfd71743e5ac63f86a495496e7fc8b7 Mon Sep 17 00:00:00 2001
From: Jean-Philippe Metivier <jean-philippe.metivier@unicaen.fr>
Date: Tue, 23 May 2023 18:06:55 +0200
Subject: [PATCH] 3.2.2

---
 documentation/release/3.2.2.md                    | 2 +-
 module/Application/config/merged/agent.config.php | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/documentation/release/3.2.2.md b/documentation/release/3.2.2.md
index b3846446b..076448866 100644
--- a/documentation/release/3.2.2.md
+++ b/documentation/release/3.2.2.md
@@ -1,4 +1,4 @@
-Version 3.2.1 (10/05/2023)
+Version 3.2.2 (23/05/2023)
 ====
 
 Évolution
diff --git a/module/Application/config/merged/agent.config.php b/module/Application/config/merged/agent.config.php
index 4e3871cf9..7ff8f5155 100644
--- a/module/Application/config/merged/agent.config.php
+++ b/module/Application/config/merged/agent.config.php
@@ -356,6 +356,7 @@ return [
                         'options' => [
                             'route'    => '/upload-fiche-poste-pdf/:agent',
                             'defaults' => [
+                                /** @see AgentController::uploadFichePostePdfAction() */
                                 'controller' => AgentController::class,
                                 'action'     => 'upload-fiche-poste-pdf',
                             ],
-- 
GitLab