Bugzilla – Attachment 45912 Details for
Bug 15409
Plugins section missing from Admin menu sidebar
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15409 - Plugins section missing from Admin menu sidebar
Bug-15409---Plugins-section-missing-from-Admin-men.patch (text/plain), 1.28 KB, created by
Kyle M Hall (khall)
on 2015-12-22 15:39:59 UTC
(
hide
)
Description:
Bug 15409 - Plugins section missing from Admin menu sidebar
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-12-22 15:39:59 UTC
Size:
1.28 KB
patch
obsolete
>From 445d97a1b68bf9443351ae4bb9c4f37913252c17 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 22 Dec 2015 15:37:41 +0000 >Subject: [PATCH] Bug 15409 - Plugins section missing from Admin menu sidebar > >The sidebar menu in the Admin area of Koha is missing a section for >Plugins. > >Test Plan: >1) Apply this patch >2) Log in with a user that has plugin permissions >3) Browse to a page with the admin menu sidebar, such as > /cgi-bin/koha/admin/transport-cost-matrix.pl >4) Note the new Plugins section with a link to manage plugins >5) Log in with a user that has no plugin permissions >6) Revisit the same page, note the Plugins section is no longer visible >--- > koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc | 8 ++++++++ > 1 file changed, 8 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 e38b0b4..9938d1b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc >@@ -57,6 +57,14 @@ > > </ul> > >+[% IF CAN_user_plugins %] >+<h5>Plugins</h5> >+ >+<ul> >+ <li><a href="/cgi-bin/koha/plugins/plugins-home.pl">Manage plugins</a></li> >+</ul> >+[% END %] >+ > <h5>Additional parameters</h5> > > <ul> >-- >1.7.10.4
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 15409
:
45912
|
45963
|
45979