Bugzilla – Attachment 153527 Details for
Bug 34288
Cannot use cataloguing tools without cataloguing permissions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34288: Add CAN_user_tools to Cataloging home link
Bug-34288-Add-CANusertools-to-Cataloging-home-link.patch (text/plain), 1.51 KB, created by
Martin Renvoize (ashimema)
on 2023-07-17 08:52:29 UTC
(
hide
)
Description:
Bug 34288: Add CAN_user_tools to Cataloging home link
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-07-17 08:52:29 UTC
Size:
1.51 KB
patch
obsolete
>From 622540561d72197ed45e03184867492ca4afc7d9 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 17 Jul 2023 09:51:00 +0100 >Subject: [PATCH] Bug 34288: Add CAN_user_tools to Cataloging home link > >This patch adds the CAN_user_tools permissions check to the options >checked when infering whether to display the Catagloging module link on >the staff interface main page. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >index ce9f4b231d..152be1c642 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >@@ -124,7 +124,7 @@ > </li> > [% END %] > >- [% IF ( CAN_user_editcatalogue_edit_catalogue || CAN_user_editcatalogue_edit_items || ( fast_cataloging && CAN_user_editcatalogue_fast_cataloging ) ) %] >+ [% IF ( CAN_user_editcatalogue_edit_catalogue || CAN_user_editcatalogue_edit_items || ( fast_cataloging && CAN_user_editcatalogue_fast_cataloging ) || CAN_user_tools ) %] > <li> > <a class="icon_general icon_cataloging" href="/cgi-bin/koha/cataloguing/cataloging-home.pl"><i class="fa fa-fw fa-tag"></i>Cataloging</a> > </li> >-- >2.41.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 34288
:
153527
|
153560
|
153561
|
153562
|
153565
|
153566
|
153567
|
153571
|
153572
|
153573