Bugzilla – Attachment #146680: Bug 32939: Fix delete for
bug #32939
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 32939
Collapse All
|
Expand All
(-)
a/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/http-client.js (-2 / +1 lines)
Lines 62-68 class HttpClient {
Link Here
62
parseResponse: false,
62
parseResponse: false,
63
...params.options,
63
...params.options,
64
method: "DELETE",
64
method: "DELETE",
65
});
65
}, true);
66
}
66
}
67
67
68
count(params = {}) {
68
count(params = {}) {
69
-
Return to
bug 32939