mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Fixed that rescheduling of "Track date only"-chores for today was not possible (fixes #1908)
This commit is contained in:
@@ -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')
|
||||
))
|
||||
|
||||
|
Reference in New Issue
Block a user