shorten the report name for easier CLI use
svn: r21552
This commit is contained in:
parent
78624360cd
commit
cf4a3aefbd
@ -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'
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -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"'),
|
||||
|
@ -47,7 +47,7 @@
|
||||
(gtk_accel_path "<Actions>/AllMainWindow/<CONTROL>Delete" "<Meta>Delete")
|
||||
; (gtk_accel_path "<Actions>/FileWindow/Toolbar" "")
|
||||
(gtk_accel_path "<Actions>/Place Tree View/ChangeOrder/Add" "<Mod5><Meta>i")
|
||||
; (gtk_accel_path "<Actions>/ReportWindow/number_of_ancestors_report" "")
|
||||
; (gtk_accel_path "<Actions>/ReportWindow/number_of_ancestors" "")
|
||||
(gtk_accel_path "<Actions>/Families/ChangeOrder/Add" "<Mod5><Meta>i")
|
||||
(gtk_accel_path "<Actions>/Person View/Bookmark/EditBook" "<Shift><Meta>b")
|
||||
(gtk_accel_path "<Actions>/Relationships/Bookmark/AddBook" "<Meta>d")
|
||||
|
Loading…
Reference in New Issue
Block a user