[Koha-bugs] [Bug 32923] x-koha-embed must a header of collectionFormat csv

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 17 13:36:55 CET 2023


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

Pedro Amorim <pedro.amorim at ptfs-europe.com> changed:

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

--- Comment #17 from Pedro Amorim <pedro.amorim at ptfs-europe.com> ---
Created attachment 146839
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=146839&action=edit
Bug 32923: Fix x-koha-embed from EHoldings/*/*

We were validating twice the input and it broke the x-koha-embed header.
I don't really know what's happening, but here is how to recreate the
problem:
1. Edit Koha/REST/V1/ERM/EHoldings/Packages/EBSCO.pm
2. Add the following lines in Koha/REST/V1/ERM/EHoldings/Packages/EBSCO.pm, in
the list method
    warn $c->req->headers->header('x-koha-embed');
3. curl -v -s -u koha:koha --request GET
http://kohadev-intra.mydnsname.org:8081/api/v1/erm/eholdings/ebsco/packages
--header "x-koha-embed: resources+count,vendor"

=> There is no vendor in the response
=> The warn displays "resources+count"

If you apply this patch you will notice that "vendor" is part of the
response and the warn displays "resources+count, vendor"

Signed-off-by: Pedro Amorim <pedro.amorim at ptfs-europe.com>

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


More information about the Koha-bugs mailing list