From 996a2cd2a20814c16d82169815c5f7fbbbba6bb4 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Tue, 10 Jul 2012 17:05:23 +0000 Subject: [PATCH] 5905: Links (other than internet) in Notes don't work in NAVWEB; handle Family svn: r19975 --- src/plugins/webreport/narrativeweb.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugins/webreport/narrativeweb.py b/src/plugins/webreport/narrativeweb.py index 345292e85..4573f3260 100644 --- a/src/plugins/webreport/narrativeweb.py +++ b/src/plugins/webreport/narrativeweb.py @@ -7557,8 +7557,7 @@ class NavWebReport(Report): elif obj_class == "Repository": subdir = "repo" elif obj_class == "Family": - # FIXME: no family page in NarWeb - return None + subdir = "fam" else: print ("NarrativeWeb ignoring link type '%s'" % obj_class) return None