Allow to prepare list model from controller

I need reach this method from the controller to create an export feature
This commit is contained in:
nicolas-lescop 2014-12-03 18:08:44 +01:00
parent 58b7ee5f7e
commit 746a5749c7
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ class Lists extends WidgetBase
/**
* Applies any filters to the model.
*/
protected function prepareModel()
public function prepareModel()
{
$query = $this->model->newQuery();
$primaryTable = $this->model->getTable();