Bugzilla – Attachment 63665 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]
Bug 16295: Fix access to MMT admin page
Bug-16295-Fix-access-to-MMT-admin-page.patch (text/plain), 1.05 KB, created by
Jonathan Druart
on 2017-05-23 17:12:43 UTC
(
hide
)
Description:
Bug 16295: Fix access to MMT admin page
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-05-23 17:12:43 UTC
Size:
1.05 KB
patch
obsolete
>From 06d6387ee718e3a64f98b07b093ef656588f8be3 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] 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) >--- > 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 4e477c0cf2..c115429279 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.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 16295
:
63665
|
63666
|
63704