From 011f9dce92846441eeca007101c804324ae12819 Mon Sep 17 00:00:00 2001
From: metivier <jean-philippe.metivier@unicaen.fr>
Date: Wed, 16 Sep 2020 09:25:26 +0200
Subject: [PATCH] Ajout du numero de fiche en hidden pour la redirection poste
 duplication

---
 module/Application/view/application/fiche-poste/editer.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/Application/view/application/fiche-poste/editer.phtml b/module/Application/view/application/fiche-poste/editer.phtml
index a08679dec..32b063d29 100644
--- a/module/Application/view/application/fiche-poste/editer.phtml
+++ b/module/Application/view/application/fiche-poste/editer.phtml
@@ -51,10 +51,10 @@ $this->headTitle("Modification de la fiche de poste #".$fiche->getId());
 
     <?php echo $this->messenger()->addMessagesFromFlashMessenger(); ?>
 
+    <span style="visibility: hidden;">Fiche de poste #<?php echo $fiche->getId(); ?></span>
     <div class="row">
         <div class="col-md-9">
             <h1 class="page-header">
-<!--                Fiche de poste #--><?php //echo $fiche->getId(); ?><!--<br/>-->
                 <?php echo $this->partial('partial/intitule', ['ficheposte' => $fiche], [], true); ?>
             </h1>
         </div>
-- 
GitLab