Bugzilla – Attachment 63666 Details for
Bug 16295
marc_modification_templates permission doesn't allow access to modify template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 16295: Fix access to MMT admin page
SIGNED-OFF-Bug-16295-Fix-access-to-MMT-admin-page.patch (text/plain), 1.11 KB, created by
Josef Moravec
on 2017-05-23 18:12:00 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 16295: Fix access to MMT admin page
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2017-05-23 18:12:00 UTC
Size:
1.11 KB
patch
obsolete
>From 310e548cd56733448b2ac977fd77750663a0bcd9 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 23 May 2017 14:10:20 -0300 >Subject: [PATCH] [SIGNED-OFF] Bug 16295: Fix access to MMT admin page > >There was a typo in the permission code > >Test plan: >Try to access the marc modification templates admin page with the >marc_modification_templates permission (and not all tools permissions) > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > tools/marc_modification_templates.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/tools/marc_modification_templates.pl b/tools/marc_modification_templates.pl >index 4e477c0..c115429 100755 >--- a/tools/marc_modification_templates.pl >+++ b/tools/marc_modification_templates.pl >@@ -36,7 +36,7 @@ my ($template, $loggedinuser, $cookie) > query => $cgi, > type => "intranet", > authnotrequired => 0, >- flagsrequired => { tools => 'marc_modfication_templates' }, >+ flagsrequired => { tools => 'marc_modification_templates' }, > 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 16295
:
63665
|
63666
|
63704