From 96b80ae8d12c242dc7129f79e01e5416a9f43c18 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 7 Jul 2007 03:32:56 +0000 Subject: [PATCH] =?utf8?q?Bug=20387177:=20Cannot=20move=20bugs=20to=20anot?= =?utf8?q?her=20installation:=20status=5Fworkflow=20table=20not=20locked?= =?utf8?q?=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r=3Djustdave=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- process_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process_bug.cgi b/process_bug.cgi index 253de665f2..903fafbbef 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -472,7 +472,7 @@ if ($action eq Bugzilla->params->{'move-button-text'}) { 'user_group_map READ', 'classifications READ', 'products READ', 'components READ', 'votes READ', 'cc READ', 'fielddefs READ', 'bug_status READ', - 'resolution READ'); + 'status_workflow READ', 'resolution READ'); my @bugs; # First update all moved bugs. -- 2.47.3