Bugzilla – Attachment 186283 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.37 KB, created by
Jonathan Druart
on 2025-09-09 11:54:34 UTC
(
hide
)
Description:
Bug 40774: Fix EBSCO's package list view
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-09-09 11:54:34 UTC
Size:
1.37 KB
patch
obsolete
>From 0b1f04296633966db6163931a1bf738c140d0531 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 >--- > .../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 c17c2d88c8f..6d941d083cc 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.34.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 40774
:
186283
|
186285
|
186286
|
186296
|
186297
|
186298