mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Validate product form once presets are prefilled (fixes #1250)
This commit is contained in:
@@ -472,3 +472,5 @@ else if (Grocy.EditMode === 'create')
|
|||||||
$("select.input-group-qu").val(Grocy.UserSettings.product_presets_qu_id);
|
$("select.input-group-qu").val(Grocy.UserSettings.product_presets_qu_id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Grocy.FrontendHelpers.ValidateForm("product-form");
|
||||||
|
Reference in New Issue
Block a user