2463: GVFamilyLines.py, MarkerReport.py and PlaceReport should not require active person for working

svn: r11202
This commit is contained in:
Jérôme Rapinat 2008-10-27 08:32:05 +00:00
parent 4c63b9f3d8
commit e7352fd9ba
2 changed files with 3 additions and 1 deletions

View File

@ -878,5 +878,6 @@ register_report(
author_name = "Stephane Charette",
author_email = "stephanecharette@gmail.com",
description = _("Produces family line graphs using GraphViz"),
require_active = False
)

View File

@ -525,5 +525,6 @@ register_report(
status = _("Stable"),
description = _("Produces a list of people with a specified marker"),
author_name = "Brian G. Matherly",
author_email = "brian@gramps-project.org"
author_email = "brian@gramps-project.org",
require_active = False
)