Bugzilla – Attachment 22252 Details for
Bug 11097
Hide duplicate patron button if logged in user lacks CAN_user_borrowers permission
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11097 - Hide duplicate patron button if logged in user lacks CAN_user_borrowers permission
Bug-11097---Hide-duplicate-patron-button-if-logged.patch (text/plain), 2.13 KB, created by
David Cook
on 2013-10-22 00:27:43 UTC
(
hide
)
Description:
Bug 11097 - Hide duplicate patron button if logged in user lacks CAN_user_borrowers permission
Filename:
MIME Type:
Creator:
David Cook
Created:
2013-10-22 00:27:43 UTC
Size:
2.13 KB
patch
obsolete
>From 1b958dd0af05bc2a5e4ce0b9e7a68a4fe67793d1 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 21 Oct 2013 14:54:41 -0700 >Subject: [PATCH] Bug 11097 - Hide duplicate patron button if logged in user > lacks CAN_user_borrowers permission > >The "duplicate" button on the circ/patron toolbar should not appear if >the logged in user lacks permission to edit patron records. This patch >wraps the button in the required logic. > >To test, open a patron record in circulation or patrons and view as a >staff client user who both has and doesn't have CAN_user_borrowers >permission. The button should be shown and not shown accordingly. > >Signed-off-by: David Cook <dcook@prosentient.com.au> > >I was only able to open a patron record in circulation, but it works >as described. >--- > koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc >index 787b852..258ccc6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc >@@ -115,9 +115,9 @@ function searchToHold(){ > [% IF ( CAN_user_borrowers ) %] > <a id="changepassword" class="btn btn-small" href="/cgi-bin/koha/members/member-password.pl?member=[% borrowernumber %]"><i class="icon-lock"></i> Change password</a> > [% END %] >+ <a id="duplicate" class="btn btn-small" href="/cgi-bin/koha/members/memberentry.pl?op=duplicate&borrowernumber=[% borrowernumber %]&category_type=[% category_type %]"><i class="icon-copy"></i>Duplicate</a> > [% END %] > >- <a id="duplicate" class="btn btn-small" href="/cgi-bin/koha/members/memberentry.pl?op=duplicate&borrowernumber=[% borrowernumber %]&category_type=[% category_type %]"><i class="icon-copy"></i>Duplicate</a> > <div class="btn-group"> > <button class="btn btn-small dropdown-toggle" data-toggle="dropdown"><i class="icon-print"></i> Print <span class="caret"></span></button> > <ul class="dropdown-menu"> >-- >1.7.10.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 11097
:
22198
|
22252
|
22254
|
22261