Bugzilla – Attachment 101546 Details for
Bug 13881
Add ability to defined circulation desks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13881: (QA follow-up) Check for manage_libraries permission
Bug-13881-QA-follow-up-Check-for-managelibraries-p.patch (text/plain), 1.02 KB, created by
Katrin Fischer
on 2020-03-24 11:36:19 UTC
(
hide
)
Description:
Bug 13881: (QA follow-up) Check for manage_libraries permission
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-03-24 11:36:19 UTC
Size:
1.02 KB
patch
obsolete
>From f247d5e848ab10f15015f23ad8ba2848ba40dbbe Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Tue, 24 Mar 2020 11:24:33 +0000 >Subject: [PATCH] Bug 13881: (QA follow-up) Check for manage_libraries > permission > >The .pl was checking for a new permission desks_management not >(yet) added. As the templates already checked for manage_libraries >the .pl was changed accordingly to also use it. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > admin/desks.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/admin/desks.pl b/admin/desks.pl >index fb654e9ab1..4fee4770f7 100755 >--- a/admin/desks.pl >+++ b/admin/desks.pl >@@ -37,7 +37,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( > query => $input, > type => "intranet", > authnotrequired => 0, >- flagsrequired => { parameters => 'manage_desks' }, >+ flagsrequired => { parameters => 'manage_libraries' }, > debug => 1, > } > ); >-- >2.11.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 13881
:
37808
|
39837
|
40186
|
40569
|
40709
|
40895
|
41233
|
42804
|
43664
|
93445
|
93446
|
93447
|
93452
|
93453
|
93454
|
95287
|
95288
|
95289
|
95293
|
95294
|
95295
|
101033
|
101050
|
101064
|
101065
|
101479
|
101543
|
101544
|
101545
| 101546 |
101547
|
105009