Skip to content

Commit 5f512f8

Browse files
committed
Removed redirect
1 parent abd7e82 commit 5f512f8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/NasExt/Controls/FilterFormControl.php

-8
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,6 @@ public function processSubmit(SubmitButton $button)
209209
$values = $button->getForm()->getValues(TRUE);
210210
$this->saveData($values);
211211
$this->onFilter($this, $this->getData());
212-
213-
if (!$this->presenter->isAjax()) {
214-
$this->presenter->redirect('this');
215-
}
216212
}
217213

218214

@@ -226,10 +222,6 @@ public function processReset(SubmitButton $button)
226222
$form->setValues(array(), TRUE);
227223
$this->data = NULL;
228224
$this->onReset($this, $this->getData());
229-
230-
if (!$this->presenter->isAjax()) {
231-
$this->presenter->redirect('this');
232-
}
233225
}
234226

235227

0 commit comments

Comments
 (0)