Bugzilla – Attachment 115284 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), 1.91 KB, created by
James O'Keeffe
on 2021-01-19 02:16:06 UTC
(
hide
)
Description:
Bug 27277: Queued Vs Enqueued
Filename:
MIME Type:
Creator:
James O'Keeffe
Created:
2021-01-19 02:16:06 UTC
Size:
1.91 KB
patch
obsolete
>From dadb1a282d3e8c49fb4041124d57db8ddc4490b6 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. >--- > koha-tmpl/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 38d38cb63c..f3d82f0417 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 >@@ -40,9 +40,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.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 27277
:
114511
|
115284
|
115352
|
119595
|
119596
|
119736
|
119737