[Koha-bugs] [Bug 5010] Incomplete links in carts and lists sent from the staff client

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 11 18:57:59 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5010

--- Comment #9 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
The first patch makes sure the URL in the list email is generated like 

everywhere else in the OPAC. The same method won't work for the intranet and
the OPACBaseURL is not taken into account at all. 

This is what creates the OpacBaseURL in OPAC from Auth.pm:
(($in->{'query'}->https() ? "https://" : "http://") . $ENV{'SERVER_NAME'} .
($ENV{'SERVER_PORT'} eq ($in->{'query'}->https() ? "443" : "80") ? '' :
":$ENV{'SERVER_PORT'}"))),

Feedback and ideas welcome... the attached patch could still be a small
improvement as it adds consistency and makes the link work.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list