Bugzilla – Attachment 186286 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 content type description
Bug-40774-Fix-content-type-description.patch (text/plain), 1.36 KB, created by
Jonathan Druart
on 2025-09-09 12:09:32 UTC
(
hide
)
Description:
Bug 40774: Fix content type description
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-09-09 12:09:32 UTC
Size:
1.36 KB
patch
obsolete
>From 00b76fce25118e378e850d3d7b6080dfe7ba3667 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 9 Sep 2025 14:08:54 +0200 >Subject: [PATCH] Bug 40774: Fix content type description > >The authorised value category for 'EBook' is not defined. >--- > .../js/vue/components/ERM/EHoldingsEBSCOPackagesList.vue | 7 ++++++- > 1 file changed, 6 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 6d941d083cc..0887a6496b3 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 >@@ -236,7 +236,12 @@ export default { > searchable: false, > orderable: false, > render: function (data, type, row, meta) { >- return escape_str(get_lib_from_av(row.content_type)); >+ return escape_str( >+ get_lib_from_av( >+ "av_package_content_types", >+ row.content_type >+ ) >+ ); > }, > }, > ]; >-- >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