Added Generic Public and Public People filters (convenience, as you need to make a private filter, and then invert it for this common use)
svn: r18572
This commit is contained in:
parent
2f0b86f076
commit
e267ff95d6
@ -211,6 +211,7 @@ old_names_2_class = {
|
|||||||
"Families with incomplete events" :Rules.Person.FamilyWithIncompleteEvent,
|
"Families with incomplete events" :Rules.Person.FamilyWithIncompleteEvent,
|
||||||
"People probably alive" : Rules.Person.ProbablyAlive,
|
"People probably alive" : Rules.Person.ProbablyAlive,
|
||||||
"People marked private" : Rules.Person.PeoplePrivate,
|
"People marked private" : Rules.Person.PeoplePrivate,
|
||||||
|
"People marked public" : Rules.Person.PeoplePublic,
|
||||||
"Witnesses" : Rules.Person.IsWitness,
|
"Witnesses" : Rules.Person.IsWitness,
|
||||||
"Has text matching substring of": Rules.Person.HasTextMatchingSubstringOf,
|
"Has text matching substring of": Rules.Person.HasTextMatchingSubstringOf,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user