Midair with product change while adding an attachment silently clears flags - Patch by Tiago R. Mello <timello@gmail.com> r/a=LpSolit
git-svn-id: svn://10.0.0.236/trunk@237452 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1140,7 +1140,7 @@ foreach my $id (@idlist) {
|
||||
}
|
||||
}
|
||||
# Set and update flags.
|
||||
Bugzilla::Flag::process($new_bug_obj, undef, $timestamp, $cgi);
|
||||
Bugzilla::Flag::process($new_bug_obj, undef, $timestamp, $cgi, $vars);
|
||||
|
||||
if ($bug_changed) {
|
||||
$dbh->do(q{UPDATE bugs SET delta_ts = ? WHERE bug_id = ?},
|
||||
|
||||
Reference in New Issue
Block a user