* src/Filters/Rules/Person/__init__.py (editor_rule_list): Add

Disconnected rule to the Custom Filter rules.


svn: r7189
This commit is contained in:
Alex Roitman 2006-08-16 18:53:40 +00:00
parent ccfa370c86
commit c046ead4ec
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -152,6 +152,7 @@ editor_rule_list = [
HasNote,
HasNoteRegexp,
RegExpIdOf,
Disconnected,
]
def register(rule):