// fix list checkbox display for bulk actions
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9851 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -215,11 +215,11 @@ class HelperListCore extends Helper
|
||||
else if (method_exists($this, $method_name))
|
||||
$this->_list[$index][$action] = $this->$method_name($token, $id);
|
||||
|
||||
// At least one bulk action is possible for this row
|
||||
$this->_list[$index]['has_bulk_actions'] = true;
|
||||
}
|
||||
}
|
||||
|
||||
// @todo skip action for bulk actions
|
||||
// $this->_list[$index]['has_bulk_actions'] = true;
|
||||
|
||||
foreach ($this->fieldsDisplay as $key => $params)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user