Bugzilla – Attachment 97758 Details for
Bug 24481
Incorrect permission in admin/cash_registers.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24481: Correct permission name in admin/cash_registers.pl
Bug-24481-Correct-permission-name-in-admincashregi.patch (text/plain), 1.00 KB, created by
Katrin Fischer
on 2020-01-22 22:46:10 UTC
(
hide
)
Description:
Bug 24481: Correct permission name in admin/cash_registers.pl
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-01-22 22:46:10 UTC
Size:
1.00 KB
patch
obsolete
>From 729716ba6c6b6605044e3efae72c41cbfb75b289 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 22 Jan 2020 14:03:13 +0000 >Subject: [PATCH] Bug 24481: Correct permission name in admin/cash_registers.pl > >The permission name for changed during the implimentation of bug 23321 >but one case was missed. This patch corrects that mistake. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > admin/cash_registers.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/admin/cash_registers.pl b/admin/cash_registers.pl >index 3f10ed97bb..56e29a7663 100755 >--- a/admin/cash_registers.pl >+++ b/admin/cash_registers.pl >@@ -37,7 +37,7 @@ my ( $template, $borrowernumber, $cookie ) = get_template_and_user( > query => $cgi, > type => 'intranet', > authnotrequired => 0, >- flagsrequired => { admin => 'edit_cash_registers' }, >+ flagsrequired => { parameters => 'manage_cash_registers' }, > } > ); > >-- >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 24481
:
97731
|
97734
|
97738
|
97739
|
97740
|
97741
|
97756
|
97757
| 97758 |
97759
|
97760