ImportrunController: no need to enforce filters
(as filter editor is not in place here, not yet)
This commit is contained in:
parent
f962fb631a
commit
9d25418573
|
@ -15,7 +15,7 @@ class ImportrunController extends ActionController
|
|||
$this->db()->getImportrunRowsetChecksum($this->params->get('id'))
|
||||
);
|
||||
$this->view->table = $this->applyPaginationLimits($table);
|
||||
$this->view->table->enforceFilter('id', $this->params->shift('id'));
|
||||
//$this->view->table->enforceFilter('id', $this->params->shift('id'));
|
||||
// $this->view->filterEditor = $table->getFilterEditor($this->getRequest());
|
||||
$this->render('list/table', null, true);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue