Bugzilla – Attachment 47787 Details for
Bug 15706
Templates require circulate permissions to show circ related tabs when they should only require circulate_remaining_permissions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15706: (follow-up) Changing to circulate_remaining_permissions
Bug-15706-follow-up-Changing-to-circulateremaining.patch (text/plain), 1.11 KB, created by
Jonathan Druart
on 2016-02-09 10:37:32 UTC
(
hide
)
Description:
Bug 15706: (follow-up) Changing to circulate_remaining_permissions
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-02-09 10:37:32 UTC
Size:
1.11 KB
patch
obsolete
>From 2accabdfe13f522528b60be61ed62cd5f9202f6e Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Mon, 1 Feb 2016 22:36:06 +0000 >Subject: [PATCH] Bug 15706: (follow-up) Changing to > circulate_remaining_permissions > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc >index 01a0d70..e7fb788 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc >@@ -1,5 +1,5 @@ > [% USE Branches %] >-[% IF ( CAN_user_circulate ) %][% IF ( CircAutocompl ) %]<script type="text/javascript"> >+[% IF ( CAN_user_circulate_circulate_remaining_permissions ) %][% IF ( CircAutocompl ) %]<script type="text/javascript"> > //<![CDATA[ > $(document).ready(function(){ > $( "#findborrower" ).autocomplete({ >-- >2.1.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 15706
:
47485
|
47486
|
47531
|
47532
|
47596
|
47786
| 47787 |
48728