Fix Person Sidebarfilter when using 'Event' and Reg expressions (#717)
Fixes #10659
This commit is contained in:
parent
a9748571f3
commit
6cdc88e6f8
@ -208,7 +208,7 @@ class PersonSidebarFilter(SidebarFilter):
|
||||
|
||||
# Build an event filter if needed
|
||||
if etype:
|
||||
rule = HasEvent([etype, '', '', '', '', True], use_regex=regex)
|
||||
rule = HasEvent([etype, '', '', '', '', '1'], use_regex=regex)
|
||||
generic_filter.add_rule(rule)
|
||||
|
||||
# Build birth event filter if needed
|
||||
|
Loading…
Reference in New Issue
Block a user