Bug 24191: Make objects.search pass to_model to dbic_merge_sorting
commit474adb247ae6eb80aa1b5dc129be9518eadea287
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 9 Dec 2019 18:31:36 +0000 (9 15:31 -0300)
committerHayley Mapley <hayleymapley@catalyst.net.nz>
Thu, 9 Jan 2020 21:22:55 +0000 (10 10:22 +1300)
tree46f7ac73616da61dd64cdc129ddb41d3f8f34101
parent014d0abd3a432f7fd551746b99a15565efff4310
Bug 24191: Make objects.search pass to_model to dbic_merge_sorting

This patch makes objects.search pass the to_mode method reference so it
can be used to map API attributes to column names when building the
sorting portion of the query.

To test:
1. Apply the regression tests on this patchset
2. Run:
  $ kshell
 k$ prove t/db_dependent/Koha/REST/Plugin/Objects.t
=> FAIL: Tests fail!
3. Apply the rest of the patchset
4. Run:
 k$ prove t/Koha/REST/Plugin/Query.t
=> SUCCESS: Tests pass! changes to the methods work as expected!
5. Run:
 k$ prove t/db_dependent/Koha/REST/Plugin/Objects.t
=> SUCCESS: Tests pass!
6. Sign off :-D

Sponsored-by: ByWater Solutions
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
(cherry picked from commit 32ded5069184a004855ab732798c0171f98790fa)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit 3de45aad29d4ef9b2fd3dc7b4f1d700d4f9b8c30)
Signed-off-by: Hayley Mapley <hayleymapley@catalyst.net.nz>
Koha/REST/Plugin/Objects.pm