6133: private home note and privacy filter (patch by Serge Noiraud)

svn: r20623
This commit is contained in:
Jérôme Rapinat 2012-10-28 13:49:18 +00:00
parent 557f94503f
commit 4b4e10c229

View File

@ -805,6 +805,8 @@ class BasePage(object):
"""
self.report.link_prefix_up = link_prefix_up
text = ""
if note is not None:
# retrieve the body of the note
note_text = note.get()