Skip to content
Snippets Groups Projects
Commit bdb6b003 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #79082 : add version, feature and wiki link

parent 0ed106f7
Branches
Tags
6 merge requests!2890Master,!2889Master,!2888Master,!2887Master,!2878Dev#79082 explo amelioration du force https,!2873Dev#79082 explo amelioration du force https
Pipeline #5265 passed with stage
in 19 minutes and 39 seconds
'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
- 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
......@@ -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']
];
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment