mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 20:28:53 +00:00
fix: allow todo due date to be edited
This commit is contained in:
parent
8b0b326aef
commit
555ddbbe4c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
fieldset.option-group(ng-if='task.type=="todo" && canEdit(task)')
|
||||
legend.option-title=env.t('dueDate')
|
||||
input.option-content.datepicker(type='text', ng-model='task.date',
|
||||
input.option-content.datepicker(type='text', ng-model='task._edit.date',
|
||||
datepicker-popup='{{::user.preferences.dateFormat}}', is-open='datepickerOpened',
|
||||
ng-click='datepickerOpened = true')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue