Bugzilla – Attachment 115352 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.43 KB, created by
James O'Keeffe
on 2021-01-19 20:33:50 UTC
(
hide
)
Description:
Bug 27277: Queued vs Enqueued
Filename:
MIME Type:
Creator:
James O'Keeffe
Created:
2021-01-19 20:33:50 UTC
Size:
1.43 KB
patch
obsolete
>From 9a2a2988f00224e428943b3517a64c82769190d9 Mon Sep 17 00:00:00 2001 >From: James O'Keeffe <jamespfk@gmail.com> >Date: Tue, 19 Jan 2021 20:27:58 +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. >--- > 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 f3d82f0417..8038325aa0 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 >@@ -149,9 +149,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>Actions</th> > </tr> > </thead> >-- >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