Commit 96b80ae8 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 387177: Cannot move bugs to another installation: status_workflow table not…

Bug 387177: Cannot move bugs to another installation: status_workflow table not locked - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
parent 42209464
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment