https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36649
--- Comment #6 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] 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/
