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

svn: r11201
This commit is contained in:
Jérôme Rapinat 2008-10-27 08:29:55 +00:00
parent 916abcf430
commit f9d47dcc14
2 changed files with 4 additions and 2 deletions

View File

@ -528,5 +528,6 @@ pmgr.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
)

View File

@ -403,5 +403,6 @@ pmgr.register_report(
status = _("Stable"),
description = _("Produces a textual place report"),
author_name = "Gary Burton",
author_email = "gary.burton@zen.co.uk"
author_email = "gary.burton@zen.co.uk",
require_active = False
)