Bugzilla – Attachment 114511 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: Replace 'Enqueued' with 'Queue'
Bug-27277-Replace-Enqueued-with-Queue.patch (text/plain), 1.73 KB, created by
Jonathan Druart
on 2020-12-18 09:20:33 UTC
(
hide
)
Description:
Bug 27277: Replace 'Enqueued' with 'Queue'
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-12-18 09:20:33 UTC
Size:
1.73 KB
patch
obsolete
>From 187e8df67e73cb30f2f423a801cc2989ff6791c5 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 17 Dec 2020 15:04:40 +0100 >Subject: [PATCH] Bug 27277: Replace 'Enqueued' with 'Queue' > >--- > .../intranet-tmpl/prog/en/modules/admin/background_jobs.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 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..1ddb37ed49 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,7 +40,7 @@ > <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_enqueued_on">Queued 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_data">Report: </label> >@@ -149,7 +149,7 @@ > <th>Status</th> > <th>Progress</th> > <th>Type</th> >- <th>Enqueued on</th> >+ <th>Queued on</th> > <th>Started on</th> > <th>Ended on</th> > <th>Actions</th> >-- >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