Importrun: do not show filter for now

This commit is contained in:
Thomas Gelf 2015-09-14 16:25:43 +02:00
parent 5bc04ed9f6
commit 0f65d18168
1 changed files with 2 additions and 1 deletions

View File

@ -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);
}
}