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:
Ingo Schommer 2016-10-20 08:51:27 +13:00
parent 2c72749af9
commit 89922b58e9

View File

@ -146,7 +146,7 @@ class BasicFieldsTestPage extends TestPage
'MyLabelledFieldGroup3' => 2,
'MyLabelledFieldGroupCheckbox' => true,
'Number' => 99,
'OptionSet' => join(',', array($thirdCat->ID, $firstCat->ID)),
'OptionSet' => $thirdCat->ID,
'Password' => 'My value (ä!)',
'PhoneNumber' => '021 1235',
'Price' => 99.99,