Bugzilla – Attachment 136136 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.91 KB, created by
Martin Renvoize (ashimema)
on 2022-06-16 09:50:58 UTC
(
hide
)
Description:
Bug 30954: (bug 27344 follow-up) Remove background_jobs_update_elastic_index.inc
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-06-16 09:50:58 UTC
Size:
1.91 KB
patch
obsolete
>From 3d02e9424d29df92bd6d5280b0cdf9e0b8f5c664 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) > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../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 d35f06fee5..0000000000 >--- 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.20.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