Bugzilla – Attachment 160226 Details for
Bug 35557
LoadResultsCovers is not used (staff)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35557: Remove references to unused PREF_LocalCoverImages
Bug-35557-Remove-references-to-unused-PREFLocalCov.patch (text/plain), 2.50 KB, created by
Julian Maurice
on 2023-12-22 09:32:01 UTC
(
hide
)
Description:
Bug 35557: Remove references to unused PREF_LocalCoverImages
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2023-12-22 09:32:01 UTC
Size:
2.50 KB
patch
obsolete
>From 50a6980dc5e256140a42db44e4488ee5e3bf7d0b Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 22 Dec 2023 10:29:59 +0100 >Subject: [PATCH] Bug 35557: Remove references to unused PREF_LocalCoverImages > >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 1 - > koha-tmpl/intranet-tmpl/prog/js/pages/results.js | 2 +- > 2 files changed, 1 insertion(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >index 16938a6f6cc..b6966286d43 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >@@ -809,7 +809,6 @@ > <script> > var PREF_AmazonCoverImages = parseInt( "[% Koha.Preference('AmazonCoverImages') | html %]", 10); > var q_array = new Array(); // will hold search terms, if present >- var PREF_LocalCoverImages = parseInt( "[% Koha.Preference('LocalCoverImages') | html %]", 10); > var PREF_IntranetCoce = parseInt( "[% Koha.Preference('IntranetCoce') | html %]", 10); > var PREF_CoceProviders = "[% Koha.Preference('CoceProviders') | html %]"; > var CoceHost = "[% CoceHost | html %]"; >diff --git a/koha-tmpl/intranet-tmpl/prog/js/pages/results.js b/koha-tmpl/intranet-tmpl/prog/js/pages/results.js >index 72dc9304f01..4d4f2d74b92 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/pages/results.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/pages/results.js >@@ -1,4 +1,4 @@ >-/* global KOHA biblionumber new_results_browser addMultiple vShelfAdd openWindow search_result SEARCH_RESULTS PREF_LocalCoverImages PREF_IntranetCoce PREF_CoceProviders CoceHost CoceProviders addRecord delSingleRecord PREF_BrowseResultSelection resetSearchContext addBibToContext delBibToContext getContextBiblioNumbers holdfor_cardnumber holdforclub strQuery PREF_StaffHighlightedWords PREF_NotHighlightedWords __ */ >+/* global KOHA biblionumber new_results_browser addMultiple vShelfAdd openWindow search_result SEARCH_RESULTS PREF_IntranetCoce PREF_CoceProviders CoceHost CoceProviders addRecord delSingleRecord PREF_BrowseResultSelection resetSearchContext addBibToContext delBibToContext getContextBiblioNumbers holdfor_cardnumber holdforclub strQuery PREF_StaffHighlightedWords PREF_NotHighlightedWords __ */ > > function verify_cover_images() { > /* Loop over each container in the template which contains covers */ >-- >2.30.2
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 35557
:
159783
|
159784
|
159913
|
160225
| 160226