Skip to content
Snippets Groups Projects
Commit bd432bf0 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

dev #59717 : handling reviews configuration

parent f1560c5f
Branches
Tags
3 merge requests!2334Master,!2191Dev#59717 versionning des configurations de boites,!2185Dev#59717 versionning des configurations de boites
......@@ -64,15 +64,9 @@ class ZendAfi_Form_Configuration_Widget_Reviews extends ZendAfi_Form_Configurati
public function populate($datas) {
$this->addElement('treeSelect',
$this->addElement('domainePanier',
'data_source',
['label' => $this->_('Filtrer avec une sélection'),
'UrlDataSource' => Class_Url::assemble(['module' => 'admin',
'controller' => 'catalogue',
'action' => 'domaines-paniers']).'.json',
'MultipleSelection' => false,
'InputIdCategoriesName' => 'id_catalogue',
'InputIdItemsName' => 'id_panier',
'IdItems' => isset($datas['id_panier']) ? $datas['id_panier'] : '',
'IdCategories' => isset($datas['id_catalogue']) ? $datas['id_catalogue'] : '']);
......
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