From 96b80ae8d12c242dc7129f79e01e5416a9f43c18 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 7 Jul 2007 03:32:56 +0000 Subject: Bug 387177: Cannot move bugs to another installation: status_workflow table not locked - Patch by Frédéric Buclin r=justdave a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- process_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process_bug.cgi') diff --git a/process_bug.cgi b/process_bug.cgi index 253de665f..903fafbbe 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. -- cgit v1.2.3-24-g4f1b