Bugfix: The new hascitation filter does not show in the list

svn: r20356
This commit is contained in:
Benny Malengier 2012-09-10 11:25:40 +00:00
parent c70e17a50f
commit 2f28174eb0
2 changed files with 2 additions and 0 deletions

View File

@ -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):

View File

@ -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,