diff --git a/application/controllers/ImportrunController.php b/application/controllers/ImportrunController.php index c058a5cf..f3a53a28 100644 --- a/application/controllers/ImportrunController.php +++ b/application/controllers/ImportrunController.php @@ -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); }