]> git.koha-community.org Git - koha.git/commit
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)
committerVictor Grousset/tuxayo <victor@tuxayo.net>
Mon, 7 Feb 2022 18:50:26 +0000 (19:50 +0100)
commitdf22d207f267e60a00126ce1a0965241dd9771e4
treeb54031d92637e2cb52257fe1516e640a94181c9e
parentc16e8c8174116074be6161982878f3ccc6950eb8
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>
(cherry picked from commit 4948faacc0807773d4a8540b8bbc02db56d1729f)
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Koha/REST/V1/Patrons.pm
api/v1/swagger/paths/patrons.json