Importrun: do not show filter for now
This commit is contained in:
parent
5bc04ed9f6
commit
0f65d18168
|
@ -19,7 +19,8 @@ class Director_ImportrunController extends ActionController
|
|||
$this->db()->getImportrunRowsetChecksum($this->params->get('id'))
|
||||
);
|
||||
$this->view->table = $this->applyPaginationLimits($table);
|
||||
$this->view->filterEditor = $table->getFilterEditor($this->getRequest());
|
||||
$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