mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Merge pull request #233 from hailwood/patch-1
Add missing , for EditableCheckboxGroupField
This commit is contained in:
commit
fcba06c166
@ -30,7 +30,7 @@
|
||||
rules: {
|
||||
<% loop $Fields %>
|
||||
<% if $Validation %><% if ClassName == EditableCheckboxGroupField %>
|
||||
'{$Name.JS}[]': {$ValidationJSON.RAW}
|
||||
'{$Name.JS}[]': {$ValidationJSON.RAW},
|
||||
<% else %>
|
||||
'{$Name.JS}': {$ValidationJSON.RAW},
|
||||
<% end_if %><% end_if %>
|
||||
|
Loading…
Reference in New Issue
Block a user