Fixed that rescheduling of "Track date only"-chores for today was not possible (fixes #1908)

This commit is contained in:
Bernd Bestel 2022-06-05 23:48:52 +02:00
parent 27582611c1
commit 48e9467a99
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
### Chores
- xxx
- Fixed that rescheduling of "Track date only"-chores for today was not possible
### Calendar

View File

@ -322,7 +322,7 @@
'format' => 'YYYY-MM-DD HH:mm:ss',
'initWithNow' => false,
'limitEndToNow' => false,
'limitStartToNow' => true,
'limitStartToNow' => false,
'invalidFeedback' => $__t('This can only be in the future')
))