Bugzilla – Attachment 136023 Details for
Bug 30954
includes/background_jobs_update_elastic_index.inc must be removed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30954: (bug 27344 follow-up) Remove background_jobs_update_elastic_index.inc
Bug-30954-bug-27344-follow-up-Remove-backgroundjob.patch (text/plain), 1.85 KB, created by
Jonathan Druart
on 2022-06-13 12:48:19 UTC
(
hide
)
Description:
Bug 30954: (bug 27344 follow-up) Remove background_jobs_update_elastic_index.inc
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-06-13 12:48:19 UTC
Size:
1.85 KB
patch
obsolete
>From 840ccb0c7828dac61142e0a96ca4817430c3a66d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 13 Jun 2022 14:47:12 +0200 >Subject: [PATCH] Bug 30954: (bug 27344 follow-up) Remove > background_jobs_update_elastic_index.inc > >includes/background_jobs_update_elastic_index.inc >vs >includes/background_jobs/update_elastic_index.inc > >Both exist and have been added by bug 27344. >The first one is not used. > >Test plan: > git grep background_jobs_update_elastic_index.inc >must not return any occurrences (outside of POs) >--- > .../background_jobs_update_elastic_index.inc | 23 ------------------- > 1 file changed, 23 deletions(-) > delete 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 >deleted file mode 100644 >index d35f06fee51..00000000000 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs_update_elastic_index.inc >+++ /dev/null >@@ -1,23 +0,0 @@ >-[% 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.25.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 30954
:
136023
|
136136