Skip to content
Snippets Groups Projects
Commit eff370e2 authored by jaapjansma's avatar jaapjansma
Browse files

Fixed bug with empty filter in search and then applying the defaults instead.

parent f09d6d1f
No related branches found
No related tags found
No related merge requests found
# Version 1.73 (not yet released)
* Fixed bug with empty filter in search and then applying the defaults instead.
* Added filter: Contact has number of activities in period
* Added filter: Most recent event date
......
......@@ -280,6 +280,7 @@ abstract class AbstractFilterHandler {
$isFilterSet = $this->applyDateFilter($submittedValues);
}
elseif (isset($submittedValues['op'])) {
$this->resetFilter();
switch ($submittedValues['op']) {
case 'IN':
if (isset($submittedValues['value']) && $submittedValues['value']) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment