Bugzilla – Attachment 75631 Details for
Bug 11911
Add separate permission for managing suggestions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11911: (follow-up) Hide suggestion box on acq start page if no permission
Bug-11911-follow-up-Hide-suggestion-box-on-acq-sta.patch (text/plain), 1.21 KB, created by
Séverine Queune
on 2018-05-29 12:51:07 UTC
(
hide
)
Description:
Bug 11911: (follow-up) Hide suggestion box on acq start page if no permission
Filename:
MIME Type:
Creator:
Séverine Queune
Created:
2018-05-29 12:51:07 UTC
Size:
1.21 KB
patch
obsolete
>From 878117d7dbf5b89d81494194c3db5637e1ffda6f Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 28 May 2018 23:56:51 +0200 >Subject: [PATCH] Bug 11911: (follow-up) Hide suggestion box on acq start page > if no permission >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >When the user is not superlibrarian or has the manage_suggestions >permission, the suggestion box on the left of the acq start page >needs to be hidden. > >Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >index 5864a2f..f7db915 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >@@ -46,7 +46,7 @@ > </div> > </div> > >-[% IF ( suggestion && suggestions_count ) %] >+[% IF ( CAN_user_acquisition_suggestions_manage && suggestion && suggestions_count ) %] > <div class="yui-u"> > <div id="acqui_acqui_home_suggestions"> > <fieldset> >-- >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 11911
:
75448
|
75616
|
75630
|
75631
|
75736
|
75737