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

dev #64573 : bootstrap search form improvment

parent 9d296420
Branches
Tags
4 merge requests!3297WIP: Master,!3037Master,!2988Dev#64573 templates pour l interface publique libraire bootstrap,!2913Dev#64573 templates pour l interface publique libraire bootstrap
Pipeline #4894 passed with stage
in 48 minutes and 57 seconds
......@@ -158,7 +158,7 @@ class IntonationSearchRenderAbstract {
return $form->addElement('multiCheckbox',
'custom_multifacets_domains',
['label' => $this->_('Restreindre à'),
'multiOptions' => $multi_options]);
'multiOptions' => array_slice($multi_options, 1, count($multi_options) -1, true)]);
}
}
......
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