Merge pull request #1054 from CWSchulze/cws_godparent
This commit is contained in:
commit
a59b38d443
@ -44,6 +44,7 @@ class EventRoleType(GrampsType):
|
||||
WITNESS = 7
|
||||
FAMILY = 8
|
||||
INFORMANT = 9
|
||||
GODPARENT = 10
|
||||
|
||||
_CUSTOM = CUSTOM
|
||||
_DEFAULT = PRIMARY
|
||||
@ -60,6 +61,7 @@ class EventRoleType(GrampsType):
|
||||
(WITNESS, _("Witness"), "Witness"),
|
||||
(FAMILY, _("Family", "Role"), "Family"),
|
||||
(INFORMANT, _("Informant"), "Informant"),
|
||||
(GODPARENT, _("Godparent"), "Godparent"),
|
||||
]
|
||||
|
||||
def __init__(self, value=None):
|
||||
|
@ -145,8 +145,8 @@ class ToolControl(unittest.TestCase):
|
||||
"1 invalid birth event name was fixed",
|
||||
"1 invalid death event name was fixed",
|
||||
"2 places were referenced, but not found",
|
||||
"14 citations were referenced, but not found",
|
||||
"17 sources were referenced, but not found",
|
||||
"10 citations were referenced, but not found",
|
||||
"13 sources were referenced, but not found",
|
||||
"9 Duplicated Gramps IDs fixed",
|
||||
"7 empty objects removed",
|
||||
"1 person objects",
|
||||
|
Loading…
Reference in New Issue
Block a user