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:
parent
58b7ee5f7e
commit
746a5749c7
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue