Bugzilla – Attachment 149255 Details for
Bug 33443
The "X titles found locally" not displayed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33443: Restore "X titles found locally" link from EBSCO title list
Bug-33443-Restore-X-titles-found-locally-link-from.patch (text/plain), 1.24 KB, created by
Jonathan Druart
on 2023-04-07 09:03:52 UTC
(
hide
)
Description:
Bug 33443: Restore "X titles found locally" link from EBSCO title list
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-04-07 09:03:52 UTC
Size:
1.24 KB
patch
obsolete
>From c43bf4c040de25e9166626f59a6138fd6815ebf8 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 7 Apr 2023 11:00:34 +0200 >Subject: [PATCH] Bug 33443: Restore "X titles found locally" link from EBSCO > title list > >The link is missing, and there was a JS error in the console >Uncaught (in promise) ReferenceError: filters is not defined >--- > .../prog/js/vue/components/ERM/EHoldingsEBSCOTitlesList.vue | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOTitlesList.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOTitlesList.vue >index bbd6d54e8c6..c8df0e820b5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOTitlesList.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOTitlesList.vue >@@ -142,7 +142,7 @@ export default { > if (this.erm_providers.includes("local")) { > const client = APIClient.erm > >- const q = filters >+ const q = this.filters > ? { > ...(this.filters.publication_title > ? { >-- >2.25.1
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 33443
: 149255