3862: Narrative Web Report - Hyperlink on image regions no more clikable
svn: r15220
This commit is contained in:
@ -1216,7 +1216,7 @@ class BasePage(object):
|
|||||||
if _obj:
|
if _obj:
|
||||||
# what is the shortest possible name we could use for this person?
|
# what is the shortest possible name we could use for this person?
|
||||||
_name = _obj.get_primary_name().get_call_name()
|
_name = _obj.get_primary_name().get_call_name()
|
||||||
if not _name or _name == "":
|
if not _name:
|
||||||
_name = _obj.get_primary_name().get_first_name()
|
_name = _obj.get_primary_name().get_first_name()
|
||||||
_linkurl = self.report.build_url_fname_html(_obj.handle, "ppl", True)
|
_linkurl = self.report.build_url_fname_html(_obj.handle, "ppl", True)
|
||||||
elif classname == "Family":
|
elif classname == "Family":
|
||||||
|
Reference in New Issue
Block a user