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

Merge branch...

Merge branch 'dev#71456_nettoyer_les_entrees_de_menu_de_bib_num_qui_sont_inutiles_et_dangereuses' into 'master'

Dev#71456 nettoyer les entrees de menu de bib num qui sont inutiles et dangereuses

See merge request !2504
parents 8ea6e7cb ee83c9cb
Branches
Tags
2 merge requests!2506Master,!2504Dev#71456 nettoyer les entrees de menu de bib num qui sont inutiles et dangereuses
Pipeline #3494 passed with stage
in 28 minutes and 22 seconds
- ticket #71456 : Administration : suppression d'entrées de menu de bibliotheque numérique qui sont inutiles
\ No newline at end of file
......@@ -76,20 +76,17 @@ class ZendAfi_View_Helper_Admin_ContentNav extends ZendAfi_View_Helper_BaseHelpe
->renderBloc($this->_('Bibliothèque numérique'),
[['connectors', $this->_('Connecteurs'), '/admin/bibnum'],
['digital_resources', $this->_('Collections'), '/admin/album'],
['vodeclic', $this->_('Vodeclic'), '/admin/harvest/vodeclic-browse'],
['orphea', $this->_('Orphea'), '/admin/harvest/orphea-browse'],
['numeriquepremium', $this->_('Numérique Premium'), '/admin/harvest/numerique-premium-browse'],
['numilog', $this->_('Numilog'), '/admin/harvest/numilog-browse'],
['websites', $this->_('Sitothèque'), '/admin/album/add-website'],
['jamendo', $this->_('Jamendo'), '/admin/harvest/jamendo-browse'],
['pnb', $this->_('PNB Dilicom'), '/admin/album/dilicom'],
['premierchapitre', $this->_('Premier-Chapitre'), '/admin/premier-chapitre'],
['soundcloud', $this->_('SoundCloud'), '/admin/harvest/soundcloud'],
['websites', $this->_('Sitothèque'), '/admin/album/add-website'],
['toutapprendre', $this->_('Tout Apprendre'), '/admin/harvest/toutapprendre-browse'],
['opds', $this->_('Catalogues OPDS'), '/admin/opds'],
['oai', $this->_('Entrepôts OAI'), '/admin/oai'],
['ead', $this->_('Import/Export EAD'), '/admin/album/import_ead'],
['pnb', $this->_('PNB Dilicom'), '/admin/album/dilicom'],
['frbr', $this->_('Notices liées'), '/admin/frbr-link'],
['premierchapitre', $this->_('Premier-Chapitre'), '/admin/premier-chapitre'],
]);
}
......
......@@ -110,12 +110,6 @@ class ZendAfi_View_Helper_Admin_MenuGaucheAdminVariableAsAdminTest
}
/** @test */
public function menuGaucheAdminShouldContainsOrphea() {
$this->assertXPath($this->html, '//a[contains(@href, "/admin/harvest/orphea-browse")]');
}
/** @test */
public function menuGaucheAdminShouldContainsJamendo() {
$this->assertXPath($this->html, '//a[contains(@href, "/admin/harvest/jamendo-browse")]');
......
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