2463: GVFamilyLines.py, MarkerReport.py and PlaceReport should not require active person for working
svn: r11202
This commit is contained in:
@@ -878,5 +878,6 @@ register_report(
|
|||||||
author_name = "Stephane Charette",
|
author_name = "Stephane Charette",
|
||||||
author_email = "stephanecharette@gmail.com",
|
author_email = "stephanecharette@gmail.com",
|
||||||
description = _("Produces family line graphs using GraphViz"),
|
description = _("Produces family line graphs using GraphViz"),
|
||||||
|
require_active = False
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@@ -525,5 +525,6 @@ register_report(
|
|||||||
status = _("Stable"),
|
status = _("Stable"),
|
||||||
description = _("Produces a list of people with a specified marker"),
|
description = _("Produces a list of people with a specified marker"),
|
||||||
author_name = "Brian G. Matherly",
|
author_name = "Brian G. Matherly",
|
||||||
author_email = "brian@gramps-project.org"
|
author_email = "brian@gramps-project.org",
|
||||||
|
require_active = False
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user