// BugFix : TreeView not displayed in Group Reduction form

This commit is contained in:
vChabot
2011-12-27 14:30:19 +00:00
parent c65052c360
commit 8a44709ef9
3 changed files with 176 additions and 172 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ class AdminGroupsControllerCore extends AdminController
'Uncheck All' => $this->l('Uncheck All'),
'search' => $this->l('Search a category')
);
$this->tpl_form_vars['categoryTreeView'] = Helper::renderAdminCategorieTree($trads, array(), 'id_category', true);
$this->tpl_form_vars['categoryTreeView'] = Helper::renderAdminCategorieTree($trads, array(), 'id_category', true, false, array(), true);
return parent::renderForm();