[-] BO: Fix some listing filters bug

This commit is contained in:
rGaillard
2012-02-09 16:56:17 +00:00
parent 4d05bf8fa7
commit b1ddbcbba1
12 changed files with 32 additions and 20 deletions

View File

@@ -51,12 +51,12 @@ class AdminAttributesGroupsControllerCore extends AdminController
'count_values' => array(
'title' => $this->l('Values count'),
'width' => 120,
'align' => 'center'
'align' => 'center',
),
'position' => array(
'title' => $this->l('Position'),
'width' => 40,
'filter_key' => 'cp!position',
'filter_key' => 'a!position',
'position' => 'position',
'align' => 'center'
),