Bugzilla – Attachment 186298 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.41 KB, created by
OpenFifth Sandboxes
on 2025-09-09 13:26:35 UTC
(
hide
)
Description:
Bug 40774: Fix content type description
Filename:
MIME Type:
Creator:
OpenFifth Sandboxes
Created:
2025-09-09 13:26:35 UTC
Size:
1.41 KB
patch
obsolete
>From 2926349631668f1e23061a6dc36954b9ddf0556b 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. > >Signed-off-by: cnelson <christian.nelson@uwasa.fi> >--- > .../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 6d941d083c..0887a6496b 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.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