Fix selecting component in url

3col
Vitaliy Filippov 2015-03-26 15:03:30 +03:00
parent be95c9cd56
commit 11ee62f323
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ if ($cloned_bug_id)
} # end of cloned bug entry form
else
{
$default{component_} = $ARGS->{component};
$default{component} = $ARGS->{component};
$default{priority} = $ARGS->{priority} || Bugzilla->params->{defaultpriority};
$default{bug_severity} = $ARGS->{bug_severity} || Bugzilla->params->{defaultseverity};
$default{rep_platform} = pick_by_ua($ARGS, 'rep_platform') if Bugzilla->get_field('rep_platform')->enabled;