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:'),
|
_('Date:'),
|
||||||
_('Confidence level:')]
|
_('Confidence level:')]
|
||||||
name = _('Citations matching parameters')
|
name = _('Citations matching parameters')
|
||||||
|
category = _('General filters')
|
||||||
description = _("Matches citations with particular parameters")
|
description = _("Matches citations with particular parameters")
|
||||||
|
|
||||||
def prepare(self, db):
|
def prepare(self, db):
|
||||||
|
@ -44,6 +44,7 @@ from _MatchesSourceFilter import MatchesSourceFilter
|
|||||||
from _RegExpIdOf import RegExpIdOf
|
from _RegExpIdOf import RegExpIdOf
|
||||||
|
|
||||||
editor_rule_list = [
|
editor_rule_list = [
|
||||||
|
HasCitation,
|
||||||
AllCitations,
|
AllCitations,
|
||||||
ChangedSince,
|
ChangedSince,
|
||||||
CitationPrivate,
|
CitationPrivate,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user