ObjectsController: add quicksearch element

This commit is contained in:
Thomas Gelf 2016-03-22 02:13:35 +01:00
parent 16bc8bf6b3
commit a752100da4

View File

@ -163,7 +163,9 @@ abstract class ObjectsController extends ActionController
$this->view->table = $this->applyPaginationLimits($table);
$this->render('objects/table', null, true);
$this->provideQuickSearch();
$this->setViewScript('objects/table');
}
public function templatetreeAction()