Bug 32939: Fix delete
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 15 Feb 2023 11:52:10 +0000 (12:52 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 27 Feb 2023 14:13:10 +0000 (11:13 -0300)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/js/vue/fetch/http-client.js

index 476440d..83f4740 100644 (file)
@@ -62,7 +62,7 @@ class HttpClient {
             parseResponse: false,
             ...params.options,
             method: "DELETE",
-        });
+        }, true);
     }
 
     count(params = {}) {