diff --git a/gramps/plugins/textreport/textplugins.gpr.py b/gramps/plugins/textreport/textplugins.gpr.py index 7e5f370fc..7db1a1c4e 100644 --- a/gramps/plugins/textreport/textplugins.gpr.py +++ b/gramps/plugins/textreport/textplugins.gpr.py @@ -272,7 +272,7 @@ plg.require_active = False #------------------------------------------------------------------------ plg = newplugin() -plg.id = 'number_of_ancestors_report' +plg.id = 'number_of_ancestors' plg.name = _("Number of Ancestors Report") plg.description = _("Counts number of ancestors of selected person") plg.version = '1.0' diff --git a/gramps/webapp/empty.sql b/gramps/webapp/empty.sql index c450b6e67..1e8d6b1e4 100644 --- a/gramps/webapp/empty.sql +++ b/gramps/webapp/empty.sql @@ -1316,7 +1316,7 @@ INSERT INTO "grampsdb_report" VALUES(8,'R0008','family_group','family_group','re INSERT INTO "grampsdb_report" VALUES(9,'R0009','indiv_complete','indiv_complete','report',NULL); INSERT INTO "grampsdb_report" VALUES(10,'R0010','kinship_report','kinship_report','report',NULL); INSERT INTO "grampsdb_report" VALUES(11,'R0011','tag_report','tag_report','report',NULL); -INSERT INTO "grampsdb_report" VALUES(12,'R0012','number_of_ancestors_report','number_of_ancestors_report','report',NULL); +INSERT INTO "grampsdb_report" VALUES(12,'R0012','number_of_ancestors','number_of_ancestors','report',NULL); INSERT INTO "grampsdb_report" VALUES(13,'R0013','place_report','place_report','report',NULL); INSERT INTO "grampsdb_report" VALUES(14,'R0014','simple_book_title','simple_book_title','report',NULL); INSERT INTO "grampsdb_report" VALUES(15,'R0015','summary','summary','report',NULL); diff --git a/gramps/webapp/example.sql b/gramps/webapp/example.sql index 0352c9e39..624b24baf 100644 --- a/gramps/webapp/example.sql +++ b/gramps/webapp/example.sql @@ -77391,7 +77391,7 @@ INSERT INTO "grampsdb_report" VALUES(8,'R0008','family_group','family_group','re INSERT INTO "grampsdb_report" VALUES(9,'R0009','indiv_complete','indiv_complete','report',NULL); INSERT INTO "grampsdb_report" VALUES(10,'R0010','kinship_report','kinship_report','report',NULL); INSERT INTO "grampsdb_report" VALUES(11,'R0011','tag_report','tag_report','report',NULL); -INSERT INTO "grampsdb_report" VALUES(12,'R0012','number_of_ancestors_report','number_of_ancestors_report','report',NULL); +INSERT INTO "grampsdb_report" VALUES(12,'R0012','number_of_ancestors','number_of_ancestors','report',NULL); INSERT INTO "grampsdb_report" VALUES(13,'R0013','place_report','place_report','report',NULL); INSERT INTO "grampsdb_report" VALUES(14,'R0014','simple_book_title','simple_book_title','report',NULL); INSERT INTO "grampsdb_report" VALUES(15,'R0015','summary','summary','report',NULL); diff --git a/gramps/webapp/init.py b/gramps/webapp/init.py index af05e29fd..3e8ede441 100644 --- a/gramps/webapp/init.py +++ b/gramps/webapp/init.py @@ -116,9 +116,9 @@ for table, entries in [("grampsdb.config", ('gramps_id', '"R0011"'), ("handle", '"tag_report"'), ("report_type", '"report"')), - (("name", '"number_of_ancestors_report"'), + (("name", '"number_of_ancestors"'), ('gramps_id', '"R0012"'), - ("handle", '"number_of_ancestors_report"'), + ("handle", '"number_of_ancestors"'), ("report_type", '"report"')), (("name", '"place_report"'), ('gramps_id', '"R0013"'), diff --git a/mac/gramps.accel b/mac/gramps.accel index b03ff28c4..fbeba033a 100644 --- a/mac/gramps.accel +++ b/mac/gramps.accel @@ -47,7 +47,7 @@ (gtk_accel_path "/AllMainWindow/Delete" "Delete") ; (gtk_accel_path "/FileWindow/Toolbar" "") (gtk_accel_path "/Place Tree View/ChangeOrder/Add" "i") -; (gtk_accel_path "/ReportWindow/number_of_ancestors_report" "") +; (gtk_accel_path "/ReportWindow/number_of_ancestors" "") (gtk_accel_path "/Families/ChangeOrder/Add" "i") (gtk_accel_path "/Person View/Bookmark/EditBook" "b") (gtk_accel_path "/Relationships/Bookmark/AddBook" "d")