hotline MT #122292 add liste_format setting to search result
Merged
requested to merge hotline#122292_gpsea_p3_magasin_de_themes_choisir_affichage_par_defaut_resultat_de_recherche into hotline
1 unresolved thread
Merge request reports
Activity
Filter activity
- Resolved by Ghislain Loas
- Resolved by Ghislain Loas
- Resolved by Ghislain Loas
- Resolved by Ghislain Loas
- Resolved by Ghislain Loas
- Resolved by Ghislain Loas
- Resolved by Ghislain Loas
added 1 commit
- 35cb4f88 - hotline MT #122292 add liste_format setting to search result
added 1 commit
- 7183657d - hotline MT #122292 add liste_format setting to search result
added 15 commits
-
7183657d...a56f0079 - 14 commits from branch
hotline
- cfff329e - Merge branch…
-
7183657d...a56f0079 - 14 commits from branch
enabled an automatic merge when the pipeline for cfff329e succeeds
added 5 commits
-
cfff329e...e97b0563 - 4 commits from branch
hotline
- c88408a3 - Merge branch…
-
cfff329e...e97b0563 - 4 commits from branch
668 class TemplatesSearchDispatchWithWallDefaultRenderingTest extends TemplatesSearchDispatchTest { 669 670 public function setUp() { 671 parent::setUp(); 672 (new Class_Profil_Preferences()) 673 ->setModulePref(Class_Profil::getCurrentProfil(), 674 (new Class_Profil_ModuleDefinition('recherche', 675 'resultat', 676 'simple')), 677 ['liste_format' => Class_Systeme_ModulesAppli::LISTE_FORMAT_MUR]); 678 679 $this->dispatch('/opac/recherche/simple/expressionRecherche/pomme/id_profil/5'); 680 } 681 682 683 public function defaultRenderingShouldBeListMode() { mentioned in commit 12250cec