bugfix: new hascitation filter does not show in the list

svn: r20357
This commit is contained in:
Benny Malengier 2012-09-10 11:28:06 +00:00
parent 7825638ce5
commit 136438c5c5
2 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@ from _matchessourcefilter import MatchesSourceFilter
from _regexpidof import RegExpIdOf
editor_rule_list = [
HasCitation,
AllCitations,
ChangedSince,
CitationPrivate,

View File

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