5775: ID reorder tool doesn't update citation IDs
reapplied from gramps34
This commit is contained in:
parent
f829e550a0
commit
313eb9ba07
@ -126,6 +126,16 @@ class ReorderIds(tool.BatchTool):
|
||||
db.source_map,
|
||||
db.commit_source,
|
||||
db.source_prefix)
|
||||
if uistate:
|
||||
self.progress.set_pass(_('Reordering Citation IDs'),
|
||||
db.get_number_of_citations())
|
||||
self.reorder(gen.lib.Citation,
|
||||
db.get_citation_from_gramps_id,
|
||||
db.get_citation_from_handle,
|
||||
db.find_next_citation_gramps_id,
|
||||
db.citation_map,
|
||||
db.commit_citation,
|
||||
db.citation_prefix)
|
||||
if uistate:
|
||||
self.progress.set_pass(_('Reordering Place IDs'),
|
||||
db.get_number_of_places())
|
||||
|
Loading…
Reference in New Issue
Block a user