Form and theme improvements (#513)
This commit is contained in:
@@ -240,13 +240,11 @@ class ActivityControllerTest extends ControllerBaseTest
|
||||
'activity_edit_form' => [
|
||||
'name' => '',
|
||||
'project' => 0,
|
||||
'visible' => 3,
|
||||
]
|
||||
],
|
||||
[
|
||||
'#activity_edit_form_name',
|
||||
'#activity_edit_form_project',
|
||||
'#activity_edit_form_visible',
|
||||
]
|
||||
],
|
||||
];
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -236,13 +236,11 @@ class ProjectControllerTest extends ControllerBaseTest
|
||||
'project_edit_form' => [
|
||||
'name' => '',
|
||||
'customer' => 0,
|
||||
'visible' => 3,
|
||||
]
|
||||
],
|
||||
[
|
||||
'#project_edit_form_name',
|
||||
'#project_edit_form_customer',
|
||||
'#project_edit_form_visible',
|
||||
]
|
||||
],
|
||||
];
|
||||
|
||||
@@ -132,14 +132,12 @@ class UserControllerTest extends ControllerBaseTest
|
||||
'title' => '34rtwrtewrt',
|
||||
'avatar' => 'asdfawer',
|
||||
'email' => 'ydfbvsdfgs',
|
||||
'enabled' => '3',
|
||||
]
|
||||
],
|
||||
[
|
||||
'#user_create_username',
|
||||
'#user_create_plainPassword_first',
|
||||
'#user_create_email',
|
||||
'#user_create_enabled',
|
||||
]
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user