[Koha-bugs] [Bug 34219] getAll not allowing additional parameters

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 7 16:52:14 CEST 2023


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

--- Comment #3 from Pedro Amorim <pedro.amorim at 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.


More information about the Koha-bugs mailing list