From bdb6b003475300b988d7241f347f559d33374a5f Mon Sep 17 00:00:00 2001
From: gloas <gloas@afi-sa.fr>
Date: Thu, 8 Nov 2018 17:55:16 +0100
Subject: [PATCH] dev #79082 : add version, feature and wiki link

---
 FEATURES/79082                                 | 10 +++++-----
 VERSIONS_WIP/79082                             |  3 ++-
 library/ZendAfi/View/Helper/Admin/HelpLink.php |  3 ++-
 3 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/FEATURES/79082 b/FEATURES/79082
index 831f699d2ea..84953d9c40f 100644
--- a/FEATURES/79082
+++ b/FEATURES/79082
@@ -1,10 +1,10 @@
         '79082' =>
-            ['Label' => $this->_('[Explo] Amélioration du force https'),
-             'Desc' => '',
+            ['Label' => $this->_('Contrôle des URL'),
+             'Desc' => $this->_('Ajout d\'un gestionnaire d\'URL dans l\'interface d\'administration.'),
              'Image' => '',
              'Video' => '',
-             'Category' => '',
-             'Right' => function($feature_description, $user) {return true;},
-             'Wiki' => '',
+             'Category' => $this->_('Administration'),
+             'Right' => function($feature_description, $user) {return $user->isAdmin();},
+             'Wiki' => 'http://wiki.bokeh-library-portal.org/index.php?title=Gestion_des_URL',
              'Test' => '',
              'Date' => '2018-09-28'],
\ No newline at end of file
diff --git a/VERSIONS_WIP/79082 b/VERSIONS_WIP/79082
index dedc0f1168d..65080e60d2f 100644
--- a/VERSIONS_WIP/79082
+++ b/VERSIONS_WIP/79082
@@ -1 +1,2 @@
- - ticket #79082 : [Explo] Amélioration du force https
\ No newline at end of file
+ - ticket #79082 : Administration : ajout des gestionnaire d'URL dans l'interface d'administration.
+ 
\ No newline at end of file
diff --git a/library/ZendAfi/View/Helper/Admin/HelpLink.php b/library/ZendAfi/View/Helper/Admin/HelpLink.php
index c4a9c02fcc7..516eacce6de 100644
--- a/library/ZendAfi/View/Helper/Admin/HelpLink.php
+++ b/library/ZendAfi/View/Helper/Admin/HelpLink.php
@@ -106,7 +106,8 @@ class ZendAfi_View_Helper_Admin_HelpLinkBokehWiki {
                                   'update-skin' => 'Mettre_à_jour_la_charte_graphique'],
      'stat'                   => ['matomo' => 'Matomo'],
      'print'                  => ['index' => 'Imprimer_un_résultat_de_recherche,_une_notice_ou_des_articles'],
-     'file-manager'           => ['index' => 'Explorateur_de_fichiers']
+     'file-manager'           => ['index' => 'Explorateur_de_fichiers'],
+     'url-manager'           => ['index' => 'Gestion_des_URL']
     ];
 
 
-- 
GitLab