Bugzilla – Attachment 160123 Details for
Bug 35618
catalogue/showelastic.pl uses deprecated/removed parameter "type"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] Bug 35618: Remove deprecated parameter "type" from showelastic.pl page
0001-Bug-35618-Remove-deprecated-parameter-type-from-show.patch (text/plain), 990 bytes, created by
Michał
on 2023-12-20 15:13:34 UTC
(
hide
)
Description:
[PATCH] Bug 35618: Remove deprecated parameter "type" from showelastic.pl page
Filename:
MIME Type:
Creator:
Michał
Created:
2023-12-20 15:13:34 UTC
Size:
990 bytes
patch
obsolete
>From 3d64dab8cd691533f332bf85b835e46c4b9b284e Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Micha=C5=82=20Kula?= > <148193449+mkibp@users.noreply.github.com> >Date: Wed, 20 Dec 2023 16:00:00 +0100 >Subject: [PATCH] Bug 35618: Remove deprecated parameter "type" from > showelastic.pl page > >This is a follow-up to Bug 33353. Types are gone in ES8 and deprecated in ES7. Support for ES6 is already dropped in Koha master. > >The parameter has to be removed, otherwise an exception is thrown with ES8 (which is listed as officially supported by Koha now). >--- > catalogue/showelastic.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/catalogue/showelastic.pl b/catalogue/showelastic.pl >index d9b2c53dbd..0b19704c5b 100755 >--- a/catalogue/showelastic.pl >+++ b/catalogue/showelastic.pl >@@ -60,7 +60,6 @@ my @es_fields; > try { > $es_record = $es->get_elasticsearch()->get({ > index => $es->index_name, >- type => 'data', > id => $biblionumber, > }); > } >-- >2.42.0.windows.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 35618
:
160123
|
160221
|
160227
|
168306