Bugfix: The new hascitation filter does not show in the list
svn: r20356
This commit is contained in:
parent
c70e17a50f
commit
2f28174eb0
@ -50,6 +50,7 @@ class HasCitation(Rule):
|
||||
_('Date:'),
|
||||
_('Confidence level:')]
|
||||
name = _('Citations matching parameters')
|
||||
category = _('General filters')
|
||||
description = _("Matches citations with particular parameters")
|
||||
|
||||
def prepare(self, db):
|
||||
|
@ -44,6 +44,7 @@ from _MatchesSourceFilter import MatchesSourceFilter
|
||||
from _RegExpIdOf import RegExpIdOf
|
||||
|
||||
editor_rule_list = [
|
||||
HasCitation,
|
||||
AllCitations,
|
||||
ChangedSince,
|
||||
CitationPrivate,
|
||||
|
Loading…
Reference in New Issue
Block a user