Fix person sidebar filter
This commit is contained in:
parent
2215416396
commit
4fbcb530cf
@ -201,7 +201,8 @@ class PersonSidebarFilter(SidebarFilter):
|
||||
|
||||
# Build an event filter if needed
|
||||
if etype:
|
||||
rule = HasEvent([etype, u'', u'', u'', u''], use_regex=regex)
|
||||
rule = HasEvent([etype, u'', u'', u'', u'', True],
|
||||
use_regex=regex)
|
||||
generic_filter.add_rule(rule)
|
||||
|
||||
# Build birth event filter if needed
|
||||
|
Loading…
Reference in New Issue
Block a user