mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
services/grid: Fix missing Load More when interacting with the search bar
This commit is contained in:
parent
03be86f7f0
commit
21a930d3af
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ class ServicesController extends Controller
|
|||
|
||||
if (! $searchBar->hasBeenSubmitted() && $searchBar->hasBeenSent()) {
|
||||
// TODO: Everything up to addContent() (inclusive) can be removed once the grid is a widget
|
||||
$this->view->compact = true; // Relevant controls are transmitted separately
|
||||
$this->view->controls = ''; // Relevant controls are transmitted separately
|
||||
$viewRenderer = $this->getHelper('viewRenderer');
|
||||
$viewRenderer->postDispatch();
|
||||
$viewRenderer->setNoRender(false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue