Bug 28377: (follow-up) Remove svc/hold/{resume|suspend}
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 18 May 2021 20:49:28 +0000 (17:49 -0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 16 Dec 2021 22:13:51 +0000 (12:13 -1000)
commitd9c0c85cf9a8e9c8f3b69829e0be3c85002d44b6
treea75ba1e0f5083bff0f219a11d96c483e5a67c08b
parentfab3f92cd0552cb4eb80be1b77e3d1136643c533
Bug 28377: (follow-up) Remove svc/hold/{resume|suspend}

This files are no longer used and thus removed. Their functionality is
already present on the API

POST   /holds/:hold_id/suspension
DELETE /holds/:hold_id/suspension

To test:
1. Apply this patch
2. Run:
   $ git grep 'hold/suspend'
   $ git grep 'hold/resume'
=> SUCCESS: No references to the scripts
3. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
svc/hold/resume [deleted file]
svc/hold/suspend [deleted file]