mirror of
https://github.com/grocy/grocy.git
synced 2025-08-18 19:37:12 +00:00
Make it possible to track a chore execution without the time part, only the day
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
e.preventDefault();
|
||||
|
||||
var jsonData = $('#chore-form').serializeJSON();
|
||||
var jsonData = $('#chore-form').serializeJSON({ checkboxUncheckedValue: "0" });
|
||||
Grocy.FrontendHelpers.BeginUiBusy("chore-form");
|
||||
|
||||
if (Grocy.EditMode === 'create')
|
||||
|
Reference in New Issue
Block a user