[Koha-bugs] [Bug 24487] build_query_params helper builds path parameter with matching criteria

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 17 12:54:58 CEST 2020


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #98165|0                           |1
        is obsolete|                            |

--- Comment #21 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 103143
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=103143&action=edit
Bug 24487: Don't apply matching criteria to path parameters

This patch separates query parameters from path parameters, and uses exact
matching for the later.

To test:
1. Apply this patch
2. prove t/Koha/REST/Plugin/Query.t t/db_dependent/Koha/REST/Plugin/Objects.t
SUCCESS => tests ok
3. Sign off

Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list