mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
Don't set OptionSetField to multiple vals
It's a radiobutton based field, so multiple values don't make sense here
This commit is contained in:
parent
2c72749af9
commit
89922b58e9
@ -146,7 +146,7 @@ class BasicFieldsTestPage extends TestPage
|
|||||||
'MyLabelledFieldGroup3' => 2,
|
'MyLabelledFieldGroup3' => 2,
|
||||||
'MyLabelledFieldGroupCheckbox' => true,
|
'MyLabelledFieldGroupCheckbox' => true,
|
||||||
'Number' => 99,
|
'Number' => 99,
|
||||||
'OptionSet' => join(',', array($thirdCat->ID, $firstCat->ID)),
|
'OptionSet' => $thirdCat->ID,
|
||||||
'Password' => 'My value (ä!)',
|
'Password' => 'My value (ä!)',
|
||||||
'PhoneNumber' => '021 1235',
|
'PhoneNumber' => '021 1235',
|
||||||
'Price' => 99.99,
|
'Price' => 99.99,
|
||||||
|
Loading…
Reference in New Issue
Block a user