Bugzilla – Attachment 70597 Details for
Bug 10943
Impossible to manage fines without borrowers permission
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10943: Manage files without borrowers permission
Bug-10943-Manage-files-without-borrowers-permissio.patch (text/plain), 994 bytes, created by
Grace
on 2018-01-17 04:01:40 UTC
(
hide
)
Description:
Bug 10943: Manage files without borrowers permission
Filename:
MIME Type:
Creator:
Grace
Created:
2018-01-17 04:01:40 UTC
Size:
994 bytes
patch
obsolete
>From c4fd47fbffd6244aab7e44ca27d8a2a6a2dad97a Mon Sep 17 00:00:00 2001 >From: Grace Smyth <gracesmythh@gmail.com> >Date: Wed, 17 Jan 2018 03:46:37 +0000 >Subject: [PATCH] Bug 10943: Manage files without borrowers permission > >Test Plan: >- If the patch is correctly applied then the fines tab should be present >without the 'borrowers' permission as long as it has the update charges permission >--- > members/pay.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/members/pay.pl b/members/pay.pl >index a248db0..30a0568 100755 >--- a/members/pay.pl >+++ b/members/pay.pl >@@ -54,7 +54,7 @@ our ( $template, $loggedinuser, $cookie ) = get_template_and_user( > query => $input, > type => 'intranet', > authnotrequired => 0, >- flagsrequired => { borrowers => 1, updatecharges => $updatecharges_permissions }, >+ flagsrequired => { updatecharges => $updatecharges_permissions }, > debug => 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 10943
:
35261
|
35355
| 70597 |
70617
|
70618