Created
June 1, 2017 09:54
-
-
Save rileyrg/ef0f1d5b762f7a3217257d090a360827 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ($request->query->has($personForm->getName())) { | |
$personForm->submit($request->query->get($personForm->getName())); | |
if ($personForm->get('reset')->isClicked()) { | |
$request->query->remove("person_filter"); | |
$this->redirect($resetLink); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment