Bugzilla – Attachment 75770 Details for
Bug 20861
Correct EDI permissions on some pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20861: Correct EDI permissions on EDI messsages
Bug-20861-Correct-EDI-permissions-on-EDI-messsages.patch (text/plain), 1.84 KB, created by
Mark Tompsett
on 2018-06-04 13:41:43 UTC
(
hide
)
Description:
Bug 20861: Correct EDI permissions on EDI messsages
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2018-06-04 13:41:43 UTC
Size:
1.84 KB
patch
obsolete
>From 3a92f13434422cd83c8d44005850b878f2ec545b Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 3 Jun 2018 10:09:23 +0200 >Subject: [PATCH] Bug 20861: Correct EDI permissions on EDI messsages > >The permission for EDI is edi_manage, but 2 pages asked >for manage_edi, allowing users not to access those. > >To test: >- Add edi_manage to your permissions >- Try to access the EDIFACT messages from the > acq start page >- Verify it doesn't work >- Apply patch and try again >- You should be able to access the page now >- Try to access the other page directly (if you don't > have EDI data): > /cgi-bin/koha/acqui/edimsg.pl >- Verify you can access the page and don't get a > permission error > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >--- > acqui/edifactmsgs.pl | 2 +- > acqui/edimsg.pl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/acqui/edifactmsgs.pl b/acqui/edifactmsgs.pl >index c706d9248b..12e22570f7 100755 >--- a/acqui/edifactmsgs.pl >+++ b/acqui/edifactmsgs.pl >@@ -31,7 +31,7 @@ my ( $template, $loggedinuser, $cookie, $userflags ) = get_template_and_user( > query => $q, > type => 'intranet', > authnotrequired => 0, >- flagsrequired => { acquisition => 'manage_edi' }, >+ flagsrequired => { acquisition => 'edi_manage' }, > debug => 1, > } > ); >diff --git a/acqui/edimsg.pl b/acqui/edimsg.pl >index acc5beadb1..af6771fea7 100755 >--- a/acqui/edimsg.pl >+++ b/acqui/edimsg.pl >@@ -31,7 +31,7 @@ my ( $template, $loggedinuser, $cookie, $userflags ) = get_template_and_user( > query => $q, > type => 'intranet', > authnotrequired => 0, >- flagsrequired => { acquisition => 'manage_edi' }, >+ flagsrequired => { acquisition => 'edi_manage' }, > 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 20861
:
75747
|
75770
|
75782