Bugzilla – Attachment 170277 Details for
Bug 27428
Show the number of records in the bibliographic record detail page with ElasticSearch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27428: (follow-up) Fix Session
Bug-27428-follow-up-Fix-Session.patch (text/plain), 1.00 KB, created by
Hammat wele
on 2024-08-13 17:29:45 UTC
(
hide
)
Description:
Bug 27428: (follow-up) Fix Session
Filename:
MIME Type:
Creator:
Hammat wele
Created:
2024-08-13 17:29:45 UTC
Size:
1.00 KB
patch
obsolete
>From 46bbdb7c0bae0c6e1ba9032e32e97d0127634c33 Mon Sep 17 00:00:00 2001 >From: Hammat Wele <hammat.wele@inlibro.com> >Date: Wed, 24 Jan 2024 15:31:54 +0000 >Subject: [PATCH] Bug 27428: (follow-up) Fix Session > >Signed-off-by: David Nind <david@davidnind.com> >--- > opac/svc/elasticsearch/opac-elasticsearch.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/opac/svc/elasticsearch/opac-elasticsearch.pl b/opac/svc/elasticsearch/opac-elasticsearch.pl >index d8d8d22ab5..8673a7c559 100755 >--- a/opac/svc/elasticsearch/opac-elasticsearch.pl >+++ b/opac/svc/elasticsearch/opac-elasticsearch.pl >@@ -10,7 +10,7 @@ use Koha::SearchEngine::Elasticsearch::Browse; > > my $browser = Koha::SearchEngine::Elasticsearch::Browse->new( { index => 'biblios' } ); > my $cgi = CGI->new; >-my $session = CGI::Session->new(); >+my $session = CGI::Session->load() or die CGI::Session->errstr(); > > $session->param( -name => 'q', -value => $cgi->param("q") ); > $session->param( -name => 'key', -value => $cgi->param("key") ); >-- >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 27428
:
115159
|
115206
|
117950
|
119980
|
120034
|
120633
|
132068
|
139625
|
139626
|
139681
|
145222
|
148842
|
154509
|
154510
|
158639
|
158640
|
158641
|
161349
|
164557
|
164558
|
164559
|
164560
|
167328
|
167677
|
167767
|
167768
|
167769
|
167770
|
167771
|
167774
|
170274
|
170275
|
170276
| 170277 |
170278
|
170279