[Koha-bugs] [Bug 32401] x-koha-query cannot contain non-ISO-8859-1 values

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 7 02:20:52 CET 2022


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #8 from David Nind <david at davidnind.com> ---
This is what I did to test - I hope this is sufficient (using KTD):

1. Repeat the steps in bug 32406 to set an order and then go to receive the
order.

2. Enable the web developer tools for your browser on the page.

3. For Firefox: 
   - select Network
   - change the requests that are displayed from "All" to "XHR"
   - refresh the page
   - click on the page in the results to display the headers
   - in the "Request Headers" section you should see:
     x-koha-query: {"basket.vendor_id":1}

4. After the patch is applied (and a restart_all) the x-koha-query is no longer
displayed.

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


More information about the Koha-bugs mailing list