Skip to content

Commit

Permalink
Fix due_date value when changing issue status
Browse files Browse the repository at this point in the history
Fixes #22288
  • Loading branch information
syncguru authored and vboctor committed Feb 22, 2017
1 parent dbeac73 commit c990a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bug_change_status_page.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
<td>
<input type="text" id="due_date" name="due_date" class="datetimepicker input-sm" size="16" maxlength="16"
data-picker-locale="<?php lang_get_current_datetime_locale() ?>"
data-picker-format="<?php echo config_get( 'datetime_picker_format' ) ?>
data-picker-format="<?php echo config_get( 'datetime_picker_format' ) ?>"
<?php helper_get_tab_index() ?> value="<?php echo $t_date_to_display ?>" />
<i class="fa fa-calendar fa-xlg datetimepicker"></i>
</td>
Expand Down

0 comments on commit c990a64

Please sign in to comment.