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