mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01:00
Fixed that rescheduling of "Track date only"-chores for today was not possible (fixes #1908)
This commit is contained in:
parent
27582611c1
commit
48e9467a99
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
### Chores
|
||||
|
||||
- xxx
|
||||
- Fixed that rescheduling of "Track date only"-chores for today was not possible
|
||||
|
||||
### Calendar
|
||||
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user