Skip to content

Commit

Permalink
Do not remove empty free search filter to prevent issues displaying f…
Browse files Browse the repository at this point in the history
…orm again
  • Loading branch information
trasher committed Nov 11, 2021
1 parent ba4d49d commit ab31f3b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions galette/lib/Galette/Filters/AdvancedMembersList.php
Expand Up @@ -558,10 +558,6 @@ public function __set($name, $value)
}
break;
case 'free_search':
if (isset($this->_free_search['empty'])) {
unset($this->_free_search['empty']);
}

if ($this->isValidFreeSearch($value)) {
//should this happen?
$values = [$value];
Expand Down

0 comments on commit ab31f3b

Please sign in to comment.