Bugzilla – Attachment 52814 Details for
Bug 16459
Adding patrons to a patron card label batch requires 'routing' permission
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16459: Add patron to a patron card requires catalogue permission
Bug-16459-Add-patron-to-a-patron-card-requires-cat.patch (text/plain), 1.29 KB, created by
Kyle M Hall (khall)
on 2016-06-24 15:35:53 UTC
(
hide
)
Description:
Bug 16459: Add patron to a patron card requires catalogue permission
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-06-24 15:35:53 UTC
Size:
1.29 KB
patch
obsolete
>From bcda3bed1007f54922f5c9809499f26efde2da55 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 6 May 2016 15:55:31 +0100 >Subject: [PATCH] Bug 16459: Add patron to a patron card requires catalogue > permission > >Currently, serials => 'routing' is required, which does not make any >sense. >It's a copy/paste error when this file has been created (you can blame >me). > >Note that I am not sure catalogue is the correct permission, but it's >the one used almost everywhere in this module > >Test plan: >Confirm that catalogue is enough to search for patrons to add to a >patron card. > >Signed-off-by: Srdjan <srdjan@catalyst.net.nz> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > patroncards/add_user_search.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/patroncards/add_user_search.pl b/patroncards/add_user_search.pl >index 9bc3685..3d9f7af 100755 >--- a/patroncards/add_user_search.pl >+++ b/patroncards/add_user_search.pl >@@ -35,7 +35,7 @@ my ( $template, $loggedinuser, $cookie, $staff_flags ) = get_template_and_user( > query => $input, > type => "intranet", > authnotrequired => 0, >- flagsrequired => { serials => 'routing' }, >+ flagsrequired => { catalogue => 1 }, > } > ); > >-- >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 16459
:
51295
|
51704
| 52814