Skip to content

Commit

Permalink
TODO : UX
Browse files Browse the repository at this point in the history
  • Loading branch information
noodle69 committed Jan 6, 2018
1 parent c8e6ee5 commit b12b387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bundle/Controller/ContentListController.php
Expand Up @@ -49,6 +49,7 @@ public function menuAction(Request $request): Response
new FilterContentData()
);
$filterContentType->handleRequest($request);
$filterContentType->getData()->setPage($request->get('page', 1));

if ($filterContentType->isSubmitted() && $filterContentType->isValid()) {
$result = $this->submitHandler->handle($filterContentType, function (FilterContentData $data) use ($filterContentType) {
Expand Down

0 comments on commit b12b387

Please sign in to comment.