[Koha-bugs] [Bug 31793] REST API: DELETE endpoint for Authorities

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 6 21:43:53 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31793

--- Comment #8 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 147809
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=147809&action=edit
Bug 31793: (QA follow-up) DelAuthority doesn't return errors

DelAuthority doesn't return an error, so the only possible error
conditions are exceptions, that are unknown for now. Removing the error
checking control structure and the 409 error returning, which is
inherited from DelBiblio's call on the biblios endpoint.

It will now just return a 500 in the event of an unhandled internal
error.

Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list