listing handler and bulk actions tests completed

This commit is contained in:
Jonathan Labreuille
2016-06-21 20:39:11 +02:00
parent 88dc7f4199
commit 264b7e180b
6 changed files with 314 additions and 31 deletions

View File

@@ -87,16 +87,6 @@ class Handler {
}
}
function getSelectionIds() {
$models = $this->getSelection()
->select('id')
->findArray();
return array_map(function($model) {
return (int)$model['id'];
}, $models);
}
function get() {
// get groups
$groups = array();