mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 10:05:45 +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
|
### Chores
|
||||||
|
|
||||||
- xxx
|
- Fixed that rescheduling of "Track date only"-chores for today was not possible
|
||||||
|
|
||||||
### Calendar
|
### Calendar
|
||||||
|
|
||||||
|
@ -322,7 +322,7 @@
|
|||||||
'format' => 'YYYY-MM-DD HH:mm:ss',
|
'format' => 'YYYY-MM-DD HH:mm:ss',
|
||||||
'initWithNow' => false,
|
'initWithNow' => false,
|
||||||
'limitEndToNow' => false,
|
'limitEndToNow' => false,
|
||||||
'limitStartToNow' => true,
|
'limitStartToNow' => false,
|
||||||
'invalidFeedback' => $__t('This can only be in the future')
|
'invalidFeedback' => $__t('This can only be in the future')
|
||||||
))
|
))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user