We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abd7e82 commit 5f512f8Copy full SHA for 5f512f8
1 file changed
src/NasExt/Controls/FilterFormControl.php
@@ -209,10 +209,6 @@ public function processSubmit(SubmitButton $button)
209
$values = $button->getForm()->getValues(TRUE);
210
$this->saveData($values);
211
$this->onFilter($this, $this->getData());
212
-
213
- if (!$this->presenter->isAjax()) {
214
- $this->presenter->redirect('this');
215
- }
216
}
217
218
@@ -226,10 +222,6 @@ public function processReset(SubmitButton $button)
226
222
$form->setValues(array(), TRUE);
227
223
$this->data = NULL;
228
224
$this->onReset($this, $this->getData());
229
230
231
232
233
225
234
235
0 commit comments