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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 21 Jul 2023 20:14:36 +0000 (17:14 -0300)
commitdcbd3e69295a778788f0d3d840b3edc30a8657e1
treecb73b8f9d9f5adff4d89d0821a0a1eb4f931e270
parent39496af98f3d6408821636b92c5f6e3a25e5e71c
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>
Koha/REST/Plugin/Objects.pm
Koha/REST/V1/Acquisitions/Orders.pm