mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Add missing , for EditableCheckboxGroupField
Missing the , is breaking validation
This commit is contained in:
parent
e20ee394f2
commit
7e3ac89503
@ -30,7 +30,7 @@
|
|||||||
rules: {
|
rules: {
|
||||||
<% loop $Fields %>
|
<% loop $Fields %>
|
||||||
<% if $Validation %><% if ClassName == EditableCheckboxGroupField %>
|
<% if $Validation %><% if ClassName == EditableCheckboxGroupField %>
|
||||||
'{$Name.JS}[]': {$ValidationJSON.RAW}
|
'{$Name.JS}[]': {$ValidationJSON.RAW},
|
||||||
<% else %>
|
<% else %>
|
||||||
'{$Name.JS}': {$ValidationJSON.RAW},
|
'{$Name.JS}': {$ValidationJSON.RAW},
|
||||||
<% end_if %><% end_if %>
|
<% end_if %><% end_if %>
|
||||||
|
Loading…
Reference in New Issue
Block a user