[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 11:27:11 CET 2023


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.de.rooy at rijksmuseum.nl

--- Comment #4 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
+    return try {
+        my $error = DelAuthority( { authid => $authority->authid } );
+
+        if ($error) {
+            return $c->render(
+                status  => 409,

I would probably go for 500 as long as we dont know what has been going on in
DelAuthority.

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


More information about the Koha-bugs mailing list