Fix bug in event gramplet
This commit is contained in:
parent
ca2cafc68a
commit
fcdd15c6d0
@ -87,8 +87,8 @@ class Events(Gramplet):
|
|||||||
|
|
||||||
if int(event_ref.get_role()) not in (EventRoleType.PRIMARY,
|
if int(event_ref.get_role()) not in (EventRoleType.PRIMARY,
|
||||||
EventRoleType.FAMILY):
|
EventRoleType.FAMILY):
|
||||||
participants = Utils.get_participant_from_event(self.dbstate.db,
|
participants = get_participant_from_event(self.dbstate.db,
|
||||||
event_ref.ref)
|
event_ref.ref)
|
||||||
|
|
||||||
self.model.add((event.get_handle(),
|
self.model.add((event.get_handle(),
|
||||||
str(event.get_type()),
|
str(event.get_type()),
|
||||||
|
Loading…
Reference in New Issue
Block a user