0002118: No URLs in pdf/dot version of the relationship graph report
svn: r10645
This commit is contained in:
parent
1930fd4b41
commit
1e920e9b0b
@ -225,7 +225,7 @@ class RelGraphReport(Report):
|
|||||||
dirpath = dirpath.lower()
|
dirpath = dirpath.lower()
|
||||||
url = "%s/%s.html" % (dirpath, h)
|
url = "%s/%s.html" % (dirpath, h)
|
||||||
|
|
||||||
self.doc.add_node(p_id,label,shape,color,style,fill)
|
self.doc.add_node(p_id,label,shape,color,style,fill,url)
|
||||||
|
|
||||||
# Output families where person is a parent
|
# Output families where person is a parent
|
||||||
if self.show_families:
|
if self.show_families:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user