Bugzilla – Attachment 147959 Details for
Bug 32983
Use REST API route to retrieve authorised values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32983: Fix dropdown list when search for EBSCO's packages
Bug-32983-Fix-dropdown-list-when-search-for-EBSCOs.patch (text/plain), 1.19 KB, created by
Jonathan Druart
on 2023-03-08 14:53:32 UTC
(
hide
)
Description:
Bug 32983: Fix dropdown list when search for EBSCO's packages
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-03-08 14:53:32 UTC
Size:
1.19 KB
patch
obsolete
>From 89f30d4620c98dae545924ea59aca00bb75819b0 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 8 Mar 2023 15:53:15 +0100 >Subject: [PATCH] Bug 32983: Fix dropdown list when search for EBSCO's packages > >--- > .../prog/js/vue/components/ERM/EHoldingsEBSCOPackagesList.vue | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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 27d54c59311..6dd3f40fe9d 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 >@@ -14,9 +14,9 @@ > <option > v-for="type in av_package_content_types" > :key="type.authorised_values" >- :value="type.authorised_value" >+ :value="type.value" > > >- {{ type.lib }} >+ {{ type.description }} > </option> > </select> > {{ $__("Selection status") }}: >-- >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 32983
:
146732
|
146733
|
147050
|
147081
|
147228
|
147283
|
147348
|
147349
|
147585
| 147959