Skip to content

Commit

Permalink
Validierungs-Ergebnis im Suchformular beachten
Browse files Browse the repository at this point in the history
  • Loading branch information
christophboecker authored Jan 30, 2025
1 parent 819a7a1 commit 4ab554c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/manager/search.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ public function getQueryFilter($query)

$yform = $this->getYForm();
$yform->getForm();
if ($yform->hasWarnings()) {
rerurn $query;
}

$fieldValues = $yform->getFieldValue();

$vars = [];
Expand Down

0 comments on commit 4ab554c

Please sign in to comment.