[Koha-bugs] [Bug 26127] When reporting an Error from the OPAC, the URL does not display

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 4 13:26:59 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26127

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #107704|0                           |1
        is obsolete|                            |

--- Comment #9 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 107744
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107744&action=edit
Bug 26127: local_referer should not compare with OPACBaseURL case insensitive

In our test data we have OPACBaseURL that is filled with
http://kohadev.myDNSname.org:8080,
but the CGI referer in local_referer is lowercase
We should compare it without case sensitivity

Test plan:
- Use koha-testing-docker
- Notice the value of OPACBaseURL
=> http://kohadev.myDNSname.org:8080
- Use the "reports a problem" feature at the OPAC
- Notice that the "Problem found on page" is correctly filled with the
referer

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list