]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 387177: Cannot move bugs to another installation: status_workflow table not locke...
authorlpsolit%gmail.com <>
Sat, 7 Jul 2007 03:32:56 +0000 (03:32 +0000)
committerlpsolit%gmail.com <>
Sat, 7 Jul 2007 03:32:56 +0000 (03:32 +0000)
process_bug.cgi

index 253de665f21c506622c80f03d11a37c7eee628d6..903fafbbefb70a0df3c8e07d161c32265e984afa 100755 (executable)
@@ -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.