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 committed Feb 4, 2017
1 parent 054c290 commit 8037db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bug_change_status_page.php
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 8037db4

Please sign in to comment.