Do not clear target_milestone when cloning bugs

3col
Vitaliy Filippov 2015-01-29 15:53:31 +03:00
parent ee9477074b
commit e053d3ee34
1 changed files with 1 additions and 2 deletions

View File

@ -316,6 +316,7 @@ else
$default{bug_file_loc} = $ARGS->{bug_file_loc} || "http://";
$default{keywords} = $ARGS->{keywords};
$default{status_whiteboard} = $ARGS->{status_whiteboard};
$default{target_milestone} = $ARGS->{target_milestone};
$default{dependson} = $ARGS->{dependson};
$default{blocked} = $ARGS->{blocked};
$default{deadline} = $ARGS->{deadline};
@ -355,8 +356,6 @@ elsif (defined $vercookie && grep { $_ eq $vercookie } @{$vars->{version}})
$default{version} = $vercookie;
}
$default{target_milestone} = $ARGS->{target_milestone};
# Construct the list of allowable statuses.
my $initial_statuses = Bugzilla::Status->can_change_to();