mirror of
https://github.com/grocy/grocy.git
synced 2026-04-04 20:06:16 +02:00
Validate product form once presets are prefilled (fixes #1250)
This commit is contained in:
parent
97fdb0553c
commit
fdeb4fd4d7
|
|
@ -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");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user