The source project of this merge request has been removed.
Premierchapitresuite
Mise à jour du module Premier-Chapitre:
- ajout d'un accès dans le menu d'administration si le module est actif
- ajout d'une icone premier-chapitre
- ajout d'un panier contenant l'ensemble des notices premier chapitre
- mise à jour du batch pour prendre en compte le panier "premier chapitre"
- ajout d'un trackEvent sur le visionnage d'une notice "premier chapitre"
- mise à jour des fonctions de tests unitaires
Merge request reports
Activity
Filter activity
- Last updated by Ghost User
- Last updated by Ghost User
- Last updated by Ghost User
148 153 public function aShouldContainsLinkNotices() { 149 154 $this->assertXPathContentContains('//a[contains(@href, "/admin/premier-chapitre/link-notices")]', 'Lier les notices'); 150 155 } 156 157 /** @test */ 158 public function aShouldContainsUpdPanier() { 159 $this->assertXPathContentContains('//a[contains(@href, "/admin/premier-chapitre/panier-chapitres")]', 'Panier des Premiers Chapitres'); 160 } 161 162 /** @test */ 163 public function menuShouldHavePremierChapitre() { 164 $this->assertXPath('//a[contains(@href, "/admin/premier-chapitre")]'); 165 } 151 166 } 152 167 153 168 - Last updated by Ghost User
Added 1 commit:
- 895c0436 - suppression de la fonction _call qui interceptait les erreur sur les méthodes (u…
Added 1 commit:
- 469ad58d - gitlab-ci pour tests
Added 1 commit:
- b514839e - ajout de notices unimarc (911 de shannon burke et la deconnexion des elite de laure belot)
Added 1 commit:
- c3ed69c3 - update tests - 1ere partie
Added 1 commit:
- e3c80c64 - compatibilité master
Added 255 commits:
-
e3c80c64...3e0752da - 254 commits from branch
afi:master
- 86c76b76 - Merge remote-tracking branch 'origin/master' into premierchapitresuite
-
e3c80c64...3e0752da - 254 commits from branch
Added 17 commits:
-
86c76b76...77f80eec - 16 commits from branch
afi:master
- 51320cd4 - Merge remote-tracking branch 'origin/master' into premierchapitresuite
-
86c76b76...77f80eec - 16 commits from branch
Added 1 commit:
- cc2fb8e1 - fix gitlab-ci
Please register or sign in to reply