// fix list checkbox display for bulk actions

This commit is contained in:
tDidierjean
2011-11-03 16:10:32 +00:00
parent d413a92c3e
commit 32eca6e67f
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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)
{