Bugzilla – Attachment 186297 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 get_lib_from_av calls
Bug-40774-Fix-getlibfromav-calls.patch (text/plain), 1.75 KB, created by
OpenFifth Sandboxes
on 2025-09-09 13:26:33 UTC
(
hide
)
Description:
Bug 40774: Fix get_lib_from_av calls
Filename:
MIME Type:
Creator:
OpenFifth Sandboxes
Created:
2025-09-09 13:26:33 UTC
Size:
1.75 KB
patch
obsolete
>From 1ffb77c304919e67f0e7f0f19f6ddad0841d7387 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 9 Sep 2025 14:02:35 +0200 >Subject: [PATCH] Bug 40774: Fix get_lib_from_av calls > >The authorised value category for 'authorisedValues.av_title_publication_types' is not defined. > >Signed-off-by: cnelson <christian.nelson@uwasa.fi> >--- > .../prog/js/vue/components/ERM/EHoldingsEBSCOTitlesList.vue | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOTitlesList.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOTitlesList.vue >index 60c4a0a197..6b84f7bdae 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOTitlesList.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOTitlesList.vue >@@ -120,9 +120,7 @@ export default { > }, > filters_options: { > 1: () => >- this.map_av_dt_filter( >- "authorisedValues.av_title_publication_types" >- ), >+ this.map_av_dt_filter("av_title_publication_types"), > }, > actions: { 0: ["show"] }, > default_filters: { >@@ -252,7 +250,7 @@ export default { > render: function (data, type, row, meta) { > return escape_str( > get_lib_from_av( >- "authorisedValues.av_title_publication_types", >+ "av_title_publication_types", > row.publication_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