* src/Filters/Rules/Person/__init__.py (editor_rule_list): Add
Disconnected rule to the Custom Filter rules. svn: r7189
This commit is contained in:
parent
ccfa370c86
commit
c046ead4ec
@ -2,6 +2,8 @@
|
||||
* src/plugins/Verify.py (Disconnected): Add verification rule;
|
||||
(Verify.run_tool): Use the new rule.
|
||||
* src/Filters/Rules/Person/_Disconnected.py (apply): Fix rule.
|
||||
* src/Filters/Rules/Person/__init__.py (editor_rule_list): Add
|
||||
Disconnected rule to the Custom Filter rules.
|
||||
|
||||
2006-08-15 Don Allingham <don@gramps-project.org>
|
||||
* src/GrampsDb/_WriteGedcom.py: support for AGE, CAUSE, and AGENCY
|
||||
|
@ -152,6 +152,7 @@ editor_rule_list = [
|
||||
HasNote,
|
||||
HasNoteRegexp,
|
||||
RegExpIdOf,
|
||||
Disconnected,
|
||||
]
|
||||
|
||||
def register(rule):
|
||||
|
Loading…
Reference in New Issue
Block a user