show toolbar filter after submission (#407)

This commit is contained in:
Kevin Papst
2018-11-11 15:32:41 +01:00
committed by GitHub
parent dc70ff128c
commit 1dabeedaa0
12 changed files with 12 additions and 6 deletions

View File

@@ -62,6 +62,7 @@ class ProjectController extends AbstractController
return $this->render('admin/project.html.twig', [
'entries' => $entries,
'query' => $query,
'showFilter' => $form->isSubmitted(),
'toolbarForm' => $form->createView(),
]);
}