https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40172 --- Comment #1 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 183353 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183353&action=edit Bug 40172: Replace jQuery with vanilla JS in js/fetch/http-client.js So that we can reuse it from somewhere else. The current need is to be able to reuse it from Cypress tests. Test plan: Try to hit several places where APIClient is used: * Syspref edition * Translation of item type description (be aware of bug 40161) * Delete of cover images * checkin, renew from the checkout list * etc. Note that this does not affect Vue components. -- You are receiving this mail because: You are watching all bug changes.