Skip to content

Commit

Permalink
Private proxy does not include new citations.
Browse files Browse the repository at this point in the history
  • Loading branch information
SNoiraud committed Oct 9, 2023
1 parent 996eb7e commit 3f775e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gramps/gen/proxy/private.py
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,7 @@ def sanitize_event_ref(db, event_ref):

new_ref.set_reference_handle(event_ref.get_reference_handle())
new_ref.set_role(event_ref.get_role())
copy_citation_ref_list(db, event_ref, new_ref)
copy_notes(db, event_ref, new_ref)
copy_attributes(db, event_ref, new_ref)

Expand Down
2 changes: 1 addition & 1 deletion gramps/plugins/webreport/narrativeweb.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def __init__(self, database, options, user):

stdoptions.run_private_data_option(self, menu)
stdoptions.run_living_people_option(self, menu)
self.database = CacheProxyDb(database)
self.database = CacheProxyDb(self.database)
self._db = self.database

filters_option = menu.get_option_by_name("filter")
Expand Down

0 comments on commit 3f775e3

Please sign in to comment.