Bugzilla – Attachment 134978 Details for
Bug 30207
Librarians with only "place_holds" permission can no longer update hold pickup locations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30207: Allow any reserveforothers subpermission to access the page
Bug-30207-Allow-any-reserveforothers-subpermission.patch (text/plain), 909 bytes, created by
Katrin Fischer
on 2022-05-13 15:15:42 UTC
(
hide
)
Description:
Bug 30207: Allow any reserveforothers subpermission to access the page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-05-13 15:15:42 UTC
Size:
909 bytes
patch
obsolete
>From 90a5170150df2800ac91739564e01c1512317317 Mon Sep 17 00:00:00 2001 >From: Kyle Hall <kyle@bywatersolutions.com> >Date: Tue, 10 May 2022 06:56:15 -0400 >Subject: [PATCH] Bug 30207: Allow any reserveforothers subpermission to access > the page > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > reserve/modrequest.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/reserve/modrequest.pl b/reserve/modrequest.pl >index 0d55a99550..8fa885dd23 100755 >--- a/reserve/modrequest.pl >+++ b/reserve/modrequest.pl >@@ -40,7 +40,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( > template_name => "about.tt", > query => $query, > type => "intranet", >- flagsrequired => { reserveforothers => [ 'place_holds', 'modify_holds_priority' ] }, >+ flagsrequired => { reserveforothers => '*' }, > } > ); > >-- >2.30.2
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 30207
:
131203
|
131205
|
134808
|
134977
| 134978