Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.1.4, 4.2.0
-
Fix Version/s: 4.2.0
-
Component/s: CiviReport
-
Labels:None
Description
A number of reports fail to use the flag for whether absolute URL links should be generated, so PDF and CSV reports end up with broken links.
In addition, the print version should use absolute URLs when a report is emailed (it's always relative now).
This patch uses that _absoluteUrl value in building all URLs that link back to contact records from reports, and it sets it to true for emailed print versions.