mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Merge pull request #187 from mikeyc7m/patch-1
Exclude the multiple option from being created.
This commit is contained in:
commit
03adf3e258
@ -127,7 +127,7 @@ class FieldEditor extends FormField {
|
|||||||
$title
|
$title
|
||||||
);
|
);
|
||||||
|
|
||||||
if($niceTitle) {
|
if($niceTitle && $field != "EditableMultipleOptionField") {
|
||||||
$output->push(new ArrayData(array(
|
$output->push(new ArrayData(array(
|
||||||
'ClassName' => $field,
|
'ClassName' => $field,
|
||||||
'Title' => "$niceTitle"
|
'Title' => "$niceTitle"
|
||||||
|
Loading…
Reference in New Issue
Block a user