From d251585f717203b3abc27ab1238a276cc6addbaf Mon Sep 17 00:00:00 2001 From: Paul Poulain 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 --- cataloguing/moveitem.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cataloguing/moveitem.pl b/cataloguing/moveitem.pl index e0ab5517cc..24414cca38 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, }); -- 2.20.1