Bug 33556: Path parameters are handled explicitly in the controllers
authorTomas Cohen Arazi <tomascohen@theke.io>
Thu, 8 Jun 2023 14:52:11 +0000 (11:52 -0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 8 Aug 2023 06:05:46 +0000 (20:05 -1000)
commit7796cf1e30fe9e77c313b0a4feb485a446c3afa8
treedc63f55c5564af387bbbd53659cc0c96e18a5045
parent2b1b8884ccd49e28bdf31a3c977a876a0f8c5283
Bug 33556: Path parameters are handled explicitly in the controllers

In the case of $c->objects->search_rs, the variable is just not used.
In the case of /acq/orders, it's a leftover from when we removed in the
helper. Check there are tests with path params everywhere (including
orders) and it has no effect.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit dcbd3e69295a778788f0d3d840b3edc30a8657e1)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/REST/Plugin/Objects.pm
Koha/REST/V1/Acquisitions/Orders.pm