7770: Always display main participants
This commit is contained in:
@@ -152,8 +152,4 @@ class EventRefModel(gtk.TreeStore):
|
|||||||
return u""
|
return u""
|
||||||
|
|
||||||
def column_participant(self, event_ref):
|
def column_participant(self, event_ref):
|
||||||
if int(event_ref.get_role()) not in (EventRoleType.PRIMARY,
|
|
||||||
EventRoleType.FAMILY):
|
|
||||||
return Utils.get_participant_from_event(self.db, event_ref.ref)
|
return Utils.get_participant_from_event(self.db, event_ref.ref)
|
||||||
else:
|
|
||||||
return ""
|
|
||||||
|
@@ -95,8 +95,6 @@ class Events(Gramplet, DbGUIElement):
|
|||||||
if spouse:
|
if spouse:
|
||||||
participants = name_displayer.display(spouse)
|
participants = name_displayer.display(spouse)
|
||||||
|
|
||||||
if int(event_ref.get_role()) not in (EventRoleType.PRIMARY,
|
|
||||||
EventRoleType.FAMILY):
|
|
||||||
participants = Utils.get_participant_from_event(self.dbstate.db,
|
participants = Utils.get_participant_from_event(self.dbstate.db,
|
||||||
event_ref.ref)
|
event_ref.ref)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user