Bugzilla – Attachment 186296 Details for
Bug 40774
EBSCO Packages search box is missing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40774: Fix EBSCO's package list view
Bug-40774-Fix-EBSCOs-package-list-view.patch (text/plain), 1.42 KB, created by
OpenFifth Sandboxes
on 2025-09-09 13:26:31 UTC
(
hide
)
Description:
Bug 40774: Fix EBSCO's package list view
Filename:
MIME Type:
Creator:
OpenFifth Sandboxes
Created:
2025-09-09 13:26:31 UTC
Size:
1.42 KB
patch
obsolete
>From ec828c3b4449968aa29ad81a9e1aba8ab52cee09 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 9 Sep 2025 13:53:28 +0200 >Subject: [PATCH] Bug 40774: Fix EBSCO's package list view > >TypeError: can't access property "authorised_values", e.type is undefined >Signed-off-by: cnelson <christian.nelson@uwasa.fi> >--- > .../js/vue/components/ERM/EHoldingsEBSCOPackagesList.vue | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOPackagesList.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOPackagesList.vue >index c17c2d88c8..6d941d083c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOPackagesList.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOPackagesList.vue >@@ -11,7 +11,11 @@ > {{ $__("Content type") }}: > <select id="content_type_filter" v-model="filters.content_type"> > <option value="">{{ $__("All") }}</option> >- <option :key="type.authorised_values" :value="type.value"> >+ <option >+ v-for="type in authorisedValues.av_package_content_types" >+ :key="type.value" >+ :value="type.value" >+ > > {{ type.description }} > </option> > </select> >-- >2.39.5
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 40774
:
186283
|
186285
|
186286
| 186296 |
186297
|
186298