Bugzilla – Attachment 119737 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.56 KB, created by
Julian Maurice
on 2021-04-16 13:48:21 UTC
(
hide
)
Description:
Bug 27277: Queued vs Enqueued
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2021-04-16 13:48:21 UTC
Size:
1.56 KB
patch
obsolete
>From afd8f7a114c001713fe42cc63bd632987b1aa08a Mon Sep 17 00:00:00 2001 >From: James O'Keeffe <jamespfk@gmail.com> >Date: Wed, 14 Apr 2021 16:23:35 +0000 >Subject: [PATCH] Bug 27277: Queued vs Enqueued > >Changed the other occurences of "Enqueued on", "Started on", and "Ended >on" to "Queued", "Started", and "Ended" (As pointed out by Jonathan). > >Task Plan: >1. Navigate to th background jobs page >2. Ensure that the spelling of the changes are correct, and that there > are no other instances of "Enqueued on", "Started on", and "Ended on" > that have been missed. > >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 7b159a7eb4..a10c6a72de 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 >@@ -164,9 +164,9 @@ > <th>Status</th> > <th>Progress</th> > <th>Type</th> >- <th>Enqueued on</th> >- <th>Started on</th> >- <th>Ended on</th> >+ <th>Queued</th> >+ <th>Started</th> >+ <th>Ended</th> > <th class="noExport">Actions</th> > </tr> > </thead> >-- >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