hotline MT #122294 : add Accordion Carousel to Chili
Merged
requested to merge hotline#122294_gpsea_p5_possibilite_de_configurer_les_articles_en_accordeon into hotline
3 unresolved threads
Merge request reports
Activity
Filter activity
added 1 commit
- 922c87d7 - hotline MT #122294 : add Accordion Carousel to Chili
81 ]))); 82 } 83 84 85 protected function _collapsedContent($element, $content_callback, $id) { 86 return $this->_content($element, $content_callback, $id); 87 } 88 89 90 protected function _showContent($element, $content_callback, $id) { 91 return $this->_content($element, $content_callback, $id, ' show'); 92 } 93 94 95 protected function _content($element, $content_callback, $id, $class = '') { 96 $attribs = ['id' => 'collapse_' . $id, 25 25 public function init() { 26 26 parent::init(); 27 27 28 $layouts = $this->getLayouts(); 29 unset($layouts[Intonation_Library_Widget_Carousel_Agenda_Definition::CALENDAR]); on pourrait supprimer ces deux lignes et mettre juste
$visible_for_values = implode('",", array_keys(parent::getLayouts());
Edited by Laurent
74 /** @test */ 75 public function articleLeSystemeSolaireContentShouldBeShown() { 76 $this->assertXPathContentContains('//div[contains(@class, "boite news")]//div[contains(@class, "accordion")]//div[contains(@class, "accordion_content collapse show")]', '9 planètes'); 77 } 78 79 80 /** @test */ 81 public function articleLaGalaxieButtonShouldNotBeExpanded() { 82 $this->assertXPathContentContains('//div[contains(@class, "boite news")]//div[contains(@class, "accordion")]//button[@aria-expanded="false"][contains(@class, "accordion_button collapsed btn btn-link")]', 'La galaxie'); 83 } 84 85 86 /** @test */ 87 public function articleLaGalaxieContentShouldNotBeShown() { 88 $this->assertXPathContentContains('//div[contains(@class, "boite news")]//div[contains(@class, "accordion")]//div[@class="accordion_content collapse"]', 'Milkyway'); 89 } added 1 commit
- 2d76861e - hotline MT #122294 : add Accordion Carousel to Chili
added 1 commit
- e8982169 - hotline MT #122294 : refactoring suggestions
enabled an automatic merge when the pipeline for e8982169 succeeds
mentioned in commit dce984ec