Skip to content

Commit

Permalink
Fix Citations gramplet to recognize event reference citations
Browse files Browse the repository at this point in the history
Fixes #13555.
  • Loading branch information
DaveSch-gramps authored and Nick-Hall committed Jan 12, 2025
1 parent 482673d commit 1f1ca13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gramps/plugins/gramplet/citations.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def add_media_citations(self, media):

def add_eventref_citations(self, obj):
for event_ref in obj.get_event_ref_list():
self.add_citations(event_ref)
self.add_attribute_citations(event_ref)
event = self.dbstate.db.get_event_from_handle(event_ref.ref)
self.add_event_citations(event)
Expand Down

0 comments on commit 1f1ca13

Please sign in to comment.