Skip to content

Commit a219ab5

Browse files
soigGaryGriffin
authored andcommitted
Make it usable from CLI
Heatmap used to be called on CLI[1] but not anymore. See https://gramps-project.org/bugs/view.php?id=13990 : it's not registered to be used through the CLI. This restores that feature [1] See https://gramps-project.org/bugs/view.php?id=12813
1 parent 7830ebb commit a219ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Heatmap/heatmap.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
category=CATEGORY_WEB,
3434
reportclass="ReportClass",
3535
optionclass="ReportOptions",
36-
report_modes=[REPORT_MODE_GUI],
36+
report_modes=[REPORT_MODE_GUI, REPORT_MODE_CLI],
3737
help_url="Addon:HeatmapWebReport",
3838
)

0 commit comments

Comments
 (0)