Bugzilla – Attachment 7895 Details for
Bug 7602
Spent and Ordered pages require full acquisition permissions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 7602: Spent and ordered pages require full acquisition permissions
SIGNED-OFF-Bug-7602-Spent-and-ordered-pages-requir.patch (text/plain), 1.65 KB, created by
Nicole C. Engard
on 2012-02-26 21:19:59 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 7602: Spent and ordered pages require full acquisition permissions
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2012-02-26 21:19:59 UTC
Size:
1.65 KB
patch
obsolete
>From b8953dc9cd07a588a26d1055eca90f7b42e2b151 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 26 Feb 2012 07:11:59 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 7602: Spent and ordered pages require full acquisition permissions > >Changes permissions on these pages so that one acquisition permission >will make it possible to access the pages. Currently pages are only >accessible for users with full (all checkboxes checked) acquisition >permissions. > >Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> > >Tested with only one acquisitions permission (various choices) and >patron can access the ordered and spent pages. >--- > acqui/ordered.pl | 2 +- > acqui/spent.pl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/acqui/ordered.pl b/acqui/ordered.pl >index 92f44a0..ad6883a 100755 >--- a/acqui/ordered.pl >+++ b/acqui/ordered.pl >@@ -46,7 +46,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( > query => $input, > type => "intranet", > authnotrequired => 0, >- flagsrequired => { acquisition => 1 }, >+ flagsrequired => { acquisition => '*' }, > debug => 1, > } > ); >diff --git a/acqui/spent.pl b/acqui/spent.pl >index 12260c0..954fdf6 100755 >--- a/acqui/spent.pl >+++ b/acqui/spent.pl >@@ -48,7 +48,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( > query => $input, > type => "intranet", > authnotrequired => 0, >- flagsrequired => { acquisition => 1 }, >+ flagsrequired => { acquisition => '*' }, > debug => 1, > } > ); >-- >1.7.2.3
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 7602
:
7883
|
7895
|
7979
|
8029