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

--- Comment #7 from Jonathan Druart <jonathan.druart+k...@gmail.com> ---
Tomas, Martin, I am seeing something weird with x-koha-embed here.
With a request with the following x-koha-header:
package_agreements,package_agreements.agreement,resources+count,vendor

I am correctly seeing it it Koha/REST/Plugin/Query.pm (in stash_embed)

However, I am getting the header later, using
$c->req->headers->header('x-koha-embed') and I am seeing "package_agreements"
only (!)

I guess I could use $c->stash('koha.embed') instead, but then it's no longer a
string an I need to change the logic in several places.

Is that expected?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to