mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00: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…
x
Reference in New Issue
Block a user