bugfix: new hascitation filter does not show in the list
svn: r20357
This commit is contained in:
parent
7825638ce5
commit
136438c5c5
@ -44,6 +44,7 @@ from _matchessourcefilter import MatchesSourceFilter
|
||||
from _regexpidof import RegExpIdOf
|
||||
|
||||
editor_rule_list = [
|
||||
HasCitation,
|
||||
AllCitations,
|
||||
ChangedSince,
|
||||
CitationPrivate,
|
||||
|
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user