Skip to content

Commit

Permalink
Fix #15777: Wrong value in field "Date Submitted" when copying issues
Browse files Browse the repository at this point in the history
  • Loading branch information
atrol committed Apr 23, 2013
1 parent 26572cd commit c610904
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/bug_api.php
Expand Up @@ -950,8 +950,6 @@ function bug_copy( $p_bug_id, $p_target_project_id = null, $p_copy_custom_fields
bug_set_field( $t_new_bug_id, 'status', $t_bug_data->status );
bug_set_field( $t_new_bug_id, 'resolution', $t_bug_data->resolution );
bug_set_field( $t_new_bug_id, 'projection', $t_bug_data->projection );
bug_set_field( $t_new_bug_id, 'date_submitted', $t_bug_data->date_submitted );
bug_set_field( $t_new_bug_id, 'last_updated', $t_bug_data->last_updated );
bug_set_field( $t_new_bug_id, 'eta', $t_bug_data->eta );
bug_set_field( $t_new_bug_id, 'fixed_in_version', $t_bug_data->fixed_in_version );
bug_set_field( $t_new_bug_id, 'target_version', $t_bug_data->target_version );
Expand Down

0 comments on commit c610904

Please sign in to comment.