23 Apr
2024
23 Apr
'24
1:47 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36649 --- Comment #6 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Pedro Amorim from comment #5)
Before, we added x-koha-embed headers at the http client level (see erm-api-client.js) not at the vue component level as you're doing here @Joubu.
Not a blocker, but may be worth mentioning as it's a deviation of the pattern?
This is expected, we are supposed to embed when needed. Here we don't want to embed biblio's info from everywhere we are fetching items. It's how getAll is designed: get items() { return { getAll: (query, params, headers) => -- You are receiving this mail because: You are watching all bug changes.