Bug 387177: Cannot move bugs to another installation: status_workflow table not locked - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit

git-svn-id: svn://10.0.0.236/trunk@229451 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
lpsolit%gmail.com 2007-07-06 22:32:56 +00:00
parent 29187d7893
commit e0111f058e

View File

@ -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.