Bugzilla – Attachment 125965 Details for
Bug 29020
Missing Background jobs link in admin-home
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29020: Add link on the admin module
Bug-29020-Add-link-on-the-admin-module.patch (text/plain), 2.14 KB, created by
Jonathan Druart
on 2021-10-08 13:58:35 UTC
(
hide
)
Description:
Bug 29020: Add link on the admin module
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-10-08 13:58:35 UTC
Size:
2.14 KB
patch
obsolete
>From 47f33cd38fd1a1dfd8ee540b7b3e2fade7c7a135 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 8 Oct 2021 15:57:31 +0200 >Subject: [PATCH] Bug 29020: Add link on the admin module > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc | 7 +++++++ > .../intranet-tmpl/prog/en/modules/admin/admin-home.tt | 9 +++++++++ > 2 files changed, 16 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc >index 771216c3a2f..421f59a158c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc >@@ -67,6 +67,13 @@ > </ul> > [% END %] > >+ [% IF CAN_user_parameters_manage_background_jobs %] >+ <h5>Background jobs</h5> >+ <ul> >+ <li><a href="/cgi-bin/koha/admin/background_jobs.pl">Background jobs</a></li> >+ </ul> >+ [% END %] >+ > [% IF ( CAN_user_parameters_manage_marc_frameworks || CAN_user_parameters_manage_classifications || CAN_user_parameters_manage_matching_rules || CAN_user_parameters_manage_oai_sets || CAN_user_parameters_manage_item_search_fields || CAN_user_parameters_manage_search_engine_config ) %] > <h5>Catalog</h5> > <ul> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >index 2a5f5db99ab..57ed2854a5f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >@@ -145,6 +145,15 @@ > <dd>View, manage, configure and run plugins.</dd> > </dl> > [% END %] >+ >+ [% IF CAN_user_parameters_manage_background_jobs %] >+ <h3>Background jobs</h3> >+ <dl> >+ <dt><a href="/cgi-bin/koha/admin/background_jobs.pl">Manage background jobs</a></dt> >+ <dd>View, manage and cancel background jobs.</dd> >+ </dl> >+ [% END %] >+ > </div> > > <div class="col-md-6 sysprefs"> >-- >2.25.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 29020
:
125964
|
125965
|
125980
|
125981
|
125982
|
126439
|
126440