Bugzilla – Attachment 119736 Details for
Bug 27277
Queued vs Enqueued
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27277: Queued Vs Enqueued
Bug-27277-Queued-Vs-Enqueued.patch (text/plain), 2.01 KB, created by
Julian Maurice
on 2021-04-16 13:48:16 UTC
(
hide
)
Description:
Bug 27277: Queued Vs Enqueued
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2021-04-16 13:48:16 UTC
Size:
2.01 KB
patch
obsolete
>From defad6b1e8391cb756ba4a26f636b7e0ba8f760e Mon Sep 17 00:00:00 2001 >From: James O'Keeffe <jamespfk@gmail.com> >Date: Tue, 19 Jan 2021 02:07:41 +0000 >Subject: [PATCH] Bug 27277: Queued Vs Enqueued > >This patch changes "Enqueued on", "Started on", and "Ended on" to >"Queued", "Started", and "Ended" respectively on the bacground jobs >page. > >Task plan: >1. Navigate to the background jobs page >2. Ensure the spelling change, and that the spelling is correct. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> >--- > .../intranet-tmpl/prog/en/modules/admin/background_jobs.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt >index 414a7a2915..7b159a7eb4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt >@@ -55,9 +55,9 @@ > <li><label for="job_status">Status: </label>[% job.status | html %]</li> > <li><label for="job_progress">Progress: </label>[% job.progress || 0 | html %] / [% job.size | html %]</li> > <li><label for="job_type">Type: </label>[% job.type | html %]</li> >- <li><label for="job_enqueued_on">Enqueued on: </label>[% job.enqueued_on | html %]</li> >- <li><label for="job_started_on">Started on: </label>[% job.started_on | html %]</li> >- <li><label for="job_ended_on">Ended on: </label>[% job.ended_on | html %]</li> >+ <li><label for="job_enqueued_on">Queued: </label>[% job.enqueued_on | html %]</li> >+ <li><label for="job_started_on">Started: </label>[% job.started_on | html %]</li> >+ <li><label for="job_ended_on">Ended: </label>[% job.ended_on | html %]</li> > <li><label for="job_data">Report: </label> > [% SWITCH job.type %] > [% CASE 'batch_biblio_record_modification' %] >-- >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 27277
:
114511
|
115284
|
115352
|
119595
|
119596
| 119736 |
119737