Bugzilla – Attachment 84359 Details for
Bug 22197
Add Mana KB link to administration sidebar menu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22197: Add Mana KB link to administration sidebar menu
Bug-22197-Add-Mana-KB-link-to-administration-sideb.patch (text/plain), 1.71 KB, created by
Owen Leonard
on 2019-01-24 15:50:00 UTC
(
hide
)
Description:
Bug 22197: Add Mana KB link to administration sidebar menu
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2019-01-24 15:50:00 UTC
Size:
1.71 KB
patch
obsolete
>From f49e0b087135ce7976f00aade7d27d0dc1c4a2cc Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 24 Jan 2019 13:48:42 +0000 >Subject: [PATCH] Bug 22197: Add Mana KB link to administration sidebar menu > >This patch adds a link to the Mana KB configuration page to the >administration sidebar menu. > >To test, apply the patch and: > > - Log in to the staff client as a user who lacks permission to manage > Mana KB. > - Go to an Administration page which shows the sidebar, like > Libraries or Patron categories. There should be no link to Mana KB > in the left-hand sidebar. > - Log in to the staff client as a user who has permission to manage > Mana KB. > - Go to Administration -> Mana KB > - In the sidebar menu you should see a link to Mana KB and it > should be bold. > - Navigate to another Administration page which shows the sidebar. > The Mana KB link should not be highlighted. >--- > koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc | 3 +++ > 1 file changed, 3 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 c6c285b..817b5a6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc >@@ -132,6 +132,9 @@ > [% IF ( CAN_user_parameters_manage_usage_stats ) %] > <li><a href="/cgi-bin/koha/admin/usage_statistics.pl">Share usage statistics</a></li> > [% END %] >+ [% IF ( CAN_user_parameters_manage_mana ) %] >+ <li><a href="/cgi-bin/koha/admin/share_content.pl">Share content with Mana KB</a></li> >+ [% END %] > </ul> > [% END %] > </div> >-- >2.1.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 22197
:
84359
|
84435
|
84454