Bugzilla – Attachment 3100 Details for
Bug 5718
Moveitem has the wrong permissions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed Patch
0001-Bug-5718-fix-permission-of-moveitem-edit_items-neede.patch (text/plain), 899 bytes, created by
Chris Cormack
on 2011-02-08 20:36:23 UTC
(
hide
)
Description:
Proposed Patch
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-02-08 20:36:23 UTC
Size:
899 bytes
patch
obsolete
>From 53a263ad7fa81a9688498f5e09858ee982c91f2c Mon Sep 17 00:00:00 2001 >From: Paul Poulain <paul.poulain@biblibre.com> >Date: Wed, 15 Dec 2010 20:38:53 +0100 >Subject: [PATCH] Bug 5718 : fix permission of moveitem = edit_items needed > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >--- > cataloguing/moveitem.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/cataloguing/moveitem.pl b/cataloguing/moveitem.pl >index e0ab551..24414cc 100755 >--- a/cataloguing/moveitem.pl >+++ b/cataloguing/moveitem.pl >@@ -48,7 +48,7 @@ my ($template, $loggedinuser, $cookie) > query => $query, > type => "intranet", > authnotrequired => 0, >- flagsrequired => {editcatalogue => 'edit_catalogue'}, >+ flagsrequired => { editcatalogue => 'edit_items' }, > debug => 1, > }); > >-- >1.7.1 >
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 5718
: 3100