Form and theme improvements (#513)
This commit is contained in:
@@ -212,7 +212,6 @@ class CustomerControllerTest extends ControllerBaseTest
|
||||
[
|
||||
'customer_edit_form' => [
|
||||
'name' => '',
|
||||
'visible' => 3,
|
||||
'country' => '00', // TODO why does it not fail?
|
||||
'currency' => '00', // TODO why does it not fail?
|
||||
'timezone' => 'XXX'
|
||||
@@ -220,7 +219,6 @@ class CustomerControllerTest extends ControllerBaseTest
|
||||
],
|
||||
[
|
||||
'#customer_edit_form_name',
|
||||
'#customer_edit_form_visible',
|
||||
//'#customer_edit_form_country',
|
||||
//'#customer_edit_form_currency',
|
||||
'#customer_edit_form_timezone',
|
||||
|
||||
Reference in New Issue
Block a user