Bugzilla – Attachment 114969 Details for
Bug 27109
Better labels for background job details
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27109: Remove Replay action - not implemented
Bug-27109-Remove-Replay-action---not-implemented.patch (text/plain), 1.65 KB, created by
Nick Clemens (kidclamp)
on 2021-01-08 15:27:16 UTC
(
hide
)
Description:
Bug 27109: Remove Replay action - not implemented
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-01-08 15:27:16 UTC
Size:
1.65 KB
patch
obsolete
>From 67310ee10e5410c7a9050cbab1c1901c1896cba8 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 1 Dec 2020 15:43:38 +0100 >Subject: [PATCH] Bug 27109: Remove Replay action - not implemented > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt | 3 +-- > 1 file changed, 1 insertion(+), 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 8731486026..ae1aea46df 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 >@@ -152,7 +152,7 @@ > <th>Enqueued on</th> > <th>Started on</th> > <th>Ended on</th> >- <th>Actions (NIY)</th> >+ <th>Actions</th> > </tr> > </thead> > <tbody> >@@ -176,7 +176,6 @@ > [% IF job.status == 'new' || job.status == 'started' %] > <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/background_jobs.pl?op=cancel&id=[% job.id | html %]"><i class="fa fa-trash"></i> Cancel</a> > [% END %] >- <a class="btn btn-default btn-xs disabled" href="/cgi-bin/koha/admin/background_jobs.pl?op=replay&id=[% job.id | html %]"><i class="fa fa-refresh"></i> Replay</a> > </td> > </tr> > [% END %] >-- >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 27109
:
114074
|
114075
|
114464
|
114465
|
114479
| 114969 |
114970