From: lpsolit%gmail.com <> Date: Sat, 7 Jul 2007 03:32:56 +0000 (+0000) Subject: Bug 387177: Cannot move bugs to another installation: status_workflow table not locke... X-Git-Tag: bugzilla-3.1.2~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96b80ae8d12c242dc7129f79e01e5416a9f43c18;p=thirdparty%2Fbugzilla.git Bug 387177: Cannot move bugs to another installation: status_workflow table not locked - Patch by Frédéric Buclin r=justdave a=LpSolit --- 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.