7 Jul
2023
7 Jul
'23
4:52 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34219 --- Comment #3 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- getAll allows for additional parameters, e.g. query (see AgreementRelationships.vue), problem is it doesn't allow for additional URL parameters! We have to: - Add URLparams as a parameter to getAll - Have a clear distinction between query parameters and URL parameters in http-client.js (and maybe also somewhere else) - Rename getAll to search - Handle default _per_page value - Likely rename this bug I hope to revisit this soon. -- You are receiving this mail because: You are watching all bug changes.