Bugzilla – Attachment 132645 Details for
Bug 27344
Implement Elastic's update_index_background using Koha::BackgroundJob
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27344: Add missing include file
Bug-27344-Add-missing-include-file.patch (text/plain), 1.57 KB, created by
Arthur Suzuki
on 2022-03-30 15:13:05 UTC
(
hide
)
Description:
Bug 27344: Add missing include file
Filename:
MIME Type:
Creator:
Arthur Suzuki
Created:
2022-03-30 15:13:05 UTC
Size:
1.57 KB
patch
obsolete
>From 34bb3af558d4d93642844096b64db22c198ee972 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 30 Mar 2022 15:20:20 +0200 >Subject: [PATCH] Bug 27344: Add missing include file > >Signed-off-by: Arthur Suzuki <arthur.suzuki@biblibre.com> >--- > .../background_jobs/update_elastic_index.inc | 23 +++++++++++++++++++ > 1 file changed, 23 insertions(+) > create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/update_elastic_index.inc > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/update_elastic_index.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/update_elastic_index.inc >new file mode 100644 >index 0000000000..d35f06fee5 >--- /dev/null >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/update_elastic_index.inc >@@ -0,0 +1,23 @@ >+[% USE Koha %] >+ >+[% BLOCK report %] >+ [% SET report = job.report %] >+ [% IF report %] >+ [% IF report.total_records == 1 %] >+ [% IF report.total_success == 1 %] >+ <div class="dialog message">The records have successfully been reindexed!</div> >+ [% END %] >+ [% ELSE %] >+ <div class="dialog message"> >+ [% report.total_success | html %] / [% report.total_records | html %] records have successfully been reindexed. Some errors occurred. >+ [% IF job.status == 'cancelled' %]The job has been cancelled before it finished.[% END %] >+ </div> >+ [% END %] >+ [% END %] >+[% END %] >+ >+[% BLOCK detail %] >+[% END %] >+ >+[% BLOCK js %] >+[% END %] >-- >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 27344
:
114877
|
116252
|
116931
|
132444
|
132445
|
132446
|
132586
|
132609
|
132610
|
132611
|
132612
|
132613
|
132645
|
132646
|
132794
|
132795
|
132796
|
132797
|
132798
|
132843
|
132844
|
132845
|
132969
|
132970
|
132994
|
132995
|
133033
|
134406
|
134407
|
134408
|
134409
|
134410
|
134411
|
134412
|
134413