Bugzilla – Attachment 108388 Details for
Bug 24807
Add "year" type to improve sorting by publication date
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24807: (follow-up) Fix spelling
Bug-24807-follow-up-Fix-spelling.patch (text/plain), 1.68 KB, created by
Nick Clemens (kidclamp)
on 2020-08-17 10:03:15 UTC
(
hide
)
Description:
Bug 24807: (follow-up) Fix spelling
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-08-17 10:03:15 UTC
Size:
1.68 KB
patch
obsolete
>From 791bca6edb3fff59d22aaa546d6df19c6f21474e Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 7 May 2020 16:26:38 +0000 >Subject: [PATCH] Bug 24807: (follow-up) Fix spelling > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > Koha/SearchEngine/Elasticsearch.pm | 2 +- > Koha/SearchEngine/Elasticsearch/Indexer.pm | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/SearchEngine/Elasticsearch.pm b/Koha/SearchEngine/Elasticsearch.pm >index 0f563e316d..5be63fdcab 100644 >--- a/Koha/SearchEngine/Elasticsearch.pm >+++ b/Koha/SearchEngine/Elasticsearch.pm >@@ -492,7 +492,7 @@ sub _process_mappings { > # Pass each value to current callback which returns a list > # (scalar is fine too) resulting either in a list or > # a list of lists that will be flattened by perl. >- # The next callback will recieve the possibly expanded list of values. >+ # The next callback will receive the possibly expanded list of values. > $values = [ map { $callback->($_) } @{$values} ]; > } > } >diff --git a/Koha/SearchEngine/Elasticsearch/Indexer.pm b/Koha/SearchEngine/Elasticsearch/Indexer.pm >index f9270c0ae0..39f471df78 100644 >--- a/Koha/SearchEngine/Elasticsearch/Indexer.pm >+++ b/Koha/SearchEngine/Elasticsearch/Indexer.pm >@@ -118,7 +118,7 @@ sub update_index { > body => \@body > ); > if ($response->{errors}) { >- carp "One or more ElasticSearch errors occured when indexing documents"; >+ carp "One or more ElasticSearch errors occurred when indexing documents"; > } > } > return $response; >-- >2.11.0
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 24807
:
100170
|
100171
|
100176
|
102547
|
102548
|
103084
|
103085
|
103086
|
103087
|
103163
|
103277
|
104525
|
104526
|
104527
|
104528
|
104529
|
104530
|
104531
|
106768
|
108382
|
108383
|
108384
|
108385
|
108386
|
108387
|
108388
|
108389
|
109997
|
109998
|
109999
|
110000
|
110001
|
110002
|
110003
|
110004
|
110355
|
110884