[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
Mon Dec 9 19:39:57 CET 2013


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

--- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I have looked into this a bit, it seems that for the OPAC cart the problem does
not exist and I think I found the reason in Auth.pm:

            OPACBaseURL               => ($in->{'query'}->https() ? "https://"
: "http://") . $ENV{'SERVER_NAME'} .
                   ($ENV{'SERVER_PORT'} eq ($in->{'query'}->https() ? "443" :
"80") ? '' : ":$ENV{'SERVER_PORT'}"),

I will try to provide an alternative patch trying to fix it using that logic,
so we don't need to hardcode http:// or https:// into the templates.

-- 
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