Bug 23517: Add the controller method for holds priorities handling
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 3 Sep 2019 19:39:40 +0000 (16:39 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 23 Sep 2019 10:52:11 +0000 (11:52 +0100)
commit222b7b37f7780b9f8b357e02e2c2262eed7dbec3
treec217022356f874feb73e6e5db88bdbe49426792d
parentc9e3060f318004e70582079186ceaad42d37d649
Bug 23517: Add the controller method for holds priorities handling

This patch implements the PUT /holds/:hold_id/priority endpoint
To test:
- Apply this patches
- Run:
  $ kshell
 k$ prove t/db_dependent/api/v1/holds.t
=> SUCCESS: Tests pass!
- Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Liz Rea <wizzyrea@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/REST/V1/Holds.pm