Bug 29018: Make DELETE /patrons/:patron_id check things
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 20 Dec 2021 15:05:59 +0000 (12:05 -0300)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Mon, 10 Jan 2022 22:04:58 +0000 (22:04 +0000)
commit4948faacc0807773d4a8540b8bbc02db56d1729f
tree5c70ecab3d68821698d75005bd65e2e2955a2cf1
parent493db07948f0cc4211f916e87273313f4e020638
Bug 29018: Make DELETE /patrons/:patron_id check things

When the route was implemented, the checks were overlooked. This patch
adds checks for:
- Guarantees
- Debts
- Current checkouts

Any of those will block deletion, as it should.

To test:
1. Apply the regression tests patch
2. Run:
   $ kshell
  k$ prove t/db_dependent/api/v1/patrons.t
=> FAIL: Tests fail, the route misses checks
3. Apply this patch
4. Repeat 2
=> SUCCESS: Tests pass! The three conditions prevent deletion!
5. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Koha/REST/V1/Patrons.pm
api/v1/swagger/paths/patrons.json