@@ -, +, @@ - 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(+) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc @@ -132,6 +132,9 @@ [% IF ( CAN_user_parameters_manage_usage_stats ) %]
  • Share usage statistics
  • [% END %] + [% IF ( CAN_user_parameters_manage_mana ) %] +
  • Share content with Mana KB
  • + [% END %] [% END %] --