Change category of 'MatchesEventFilter' (#1130)
This commit is contained in:
parent
1a48e8a03e
commit
e7401f3aaa
@ -52,7 +52,7 @@ class MatchesEventFilter(MatchesEventFilterBase):
|
|||||||
name = _('Persons with events matching the <event filter>')
|
name = _('Persons with events matching the <event filter>')
|
||||||
description = _("Matches persons who have events that match a certain"
|
description = _("Matches persons who have events that match a certain"
|
||||||
" event filter")
|
" event filter")
|
||||||
category = _('General filters')
|
category = _('Event filters')
|
||||||
|
|
||||||
# we want to have this filter show event filters
|
# we want to have this filter show event filters
|
||||||
namespace = 'Event'
|
namespace = 'Event'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user