fix selectbox is not resettable (#901)

This commit is contained in:
Kevin Papst
2019-07-02 00:14:06 +02:00
committed by GitHub
parent 90980f40f5
commit db5f9f639e
5 changed files with 35 additions and 53 deletions

View File

@@ -184,7 +184,7 @@ class SystemConfigurationControllerTest extends ControllerBaseTest
$client->submit($form, [
'system_configuration_form_theme' => [
'configuration' => [
['name' => 'theme.select_type', 'value' => '1'],
['name' => 'theme.select_type', 'value' => 'selectpicker'],
['name' => 'timesheet.markdown_content', 'value' => 1],
]
]