Bugzilla – Attachment 149638 Details for
Bug 33485
Add/remove title from holdings is not using the correct endpoint
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33485: (bug 32939 follow-up) Fix title endpoint
Bug-33485-bug-32939-follow-up-Fix-title-endpoint.patch (text/plain), 1.22 KB, created by
Marcel de Rooy
on 2023-04-14 06:27:35 UTC
(
hide
)
Description:
Bug 33485: (bug 32939 follow-up) Fix title endpoint
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-04-14 06:27:35 UTC
Size:
1.22 KB
patch
obsolete
>From 7e5336d14060f60bdccf291580a91f99cf1698ee Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 11 Apr 2023 14:57:47 +0200 >Subject: [PATCH] Bug 33485: (bug 32939 follow-up) Fix title endpoint >Content-Type: text/plain; charset=utf-8 > >The change is obvious, we shoulf call the title endpoint, not package. > >Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/js/vue/fetch/erm-api-client.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/erm-api-client.js b/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/erm-api-client.js >index cbe57c4c40..a78810bb4e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/erm-api-client.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/erm-api-client.js >@@ -250,7 +250,7 @@ export class ERMAPIClient extends HttpClient { > }), > patch: (id, body) => > this.patch({ >- endpoint: "eholdings/ebsco/packages/" + id, >+ endpoint: "eholdings/ebsco/resources/" + id, > body, > }), > }; >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 33485
:
149442
|
149454
| 149638