Completed
Pull Request — develop (#303)
by
unknown
13:30
created
module/Organizations/config/module.config.php 1 patch
Indentation   +28 added lines, -28 removed lines patch added patch discarded remove patch
@@ -69,13 +69,13 @@  discard block
 block discarded – undo
69 69
     'view_manager' => array(
70 70
         // Map template to files. Speeds up the lookup through the template stack.
71 71
         'template_map' => array(
72
-             'organizations/index/edit' => __DIR__ . '/../view/organizations/index/form.phtml',
73
-             'organizations/form/employees-fieldset' => __DIR__ . '/../view/form/employees-fieldset.phtml',
74
-             'organizations/form/employee-fieldset' => __DIR__ .'/../view/form/employee-fieldset.phtml',
75
-             'organizations/form/invite-employee-bar' => __DIR__ . '/../view/form/invite-employee-bar.phtml',
76
-             'organizations/error/no-parent' => __DIR__ . '/../view/error/no-parent.phtml',
77
-             'organizations/error/invite' => __DIR__ . '/../view/error/invite.phtml',
78
-             'organizations/mail/invite-employee' => __DIR__ . '/../view/mail/invite-employee.phtml',
72
+                'organizations/index/edit' => __DIR__ . '/../view/organizations/index/form.phtml',
73
+                'organizations/form/employees-fieldset' => __DIR__ . '/../view/form/employees-fieldset.phtml',
74
+                'organizations/form/employee-fieldset' => __DIR__ .'/../view/form/employee-fieldset.phtml',
75
+                'organizations/form/invite-employee-bar' => __DIR__ . '/../view/form/invite-employee-bar.phtml',
76
+                'organizations/error/no-parent' => __DIR__ . '/../view/error/no-parent.phtml',
77
+                'organizations/error/invite' => __DIR__ . '/../view/error/invite.phtml',
78
+                'organizations/mail/invite-employee' => __DIR__ . '/../view/mail/invite-employee.phtml',
79 79
             'organizations/form/workflow-fieldset' => __DIR__ . '/../view/form/workflow-fieldset.phtml',
80 80
         ),
81 81
         // Where to look for view templates not mapped above
@@ -85,20 +85,20 @@  discard block
 block discarded – undo
85 85
     ),
86 86
     'form_elements' => array(
87 87
         'invokables' => array(
88
-             'Organizations/form' => 'Organizations\Form\Organizations',
89
-             'Organizations/OrganizationsContactForm'     => 'Organizations\Form\OrganizationsContactForm',
90
-             'Organizations/OrganizationsNameForm'        => 'Organizations\Form\OrganizationsNameForm',
91
-             'Organizations/OrganizationsDescriptionForm' => 'Organizations\Form\OrganizationsDescriptionForm',
92
-             'Organizations/OrganizationsContactFieldset' => 'Organizations\Form\OrganizationsContactFieldset',
93
-             'Organizations/OrganizationsNameFieldset'    => 'Organizations\Form\OrganizationsNameFieldset',
94
-             'Organizations/OrganizationsDescriptionFieldset' => 'Organizations\Form\OrganizationsDescriptionFieldset',
95
-             //'Organizations/OrganizationFieldset'       => 'Organizations\Form\OrganizationFieldset',
96
-             'Organizations/EmployeesContainer'           => 'Organizations\Form\EmployeesContainer',
97
-             'Organizations/Employees'                    => 'Organizations\Form\Employees',
98
-             'Organizations/InviteEmployeeBar'            => 'Organizations\Form\Element\InviteEmployeeBar',
99
-             'Organizations/Employee'                     => 'Organizations\Form\Element\Employee',
100
-             'Organizations/WorkflowSettings'             => 'Organizations\Form\WorkflowSettings',
101
-             'Organizations/WorkflowSettingsFieldset'     => 'Organizations\Form\WorkflowSettingsFieldset',
88
+                'Organizations/form' => 'Organizations\Form\Organizations',
89
+                'Organizations/OrganizationsContactForm'     => 'Organizations\Form\OrganizationsContactForm',
90
+                'Organizations/OrganizationsNameForm'        => 'Organizations\Form\OrganizationsNameForm',
91
+                'Organizations/OrganizationsDescriptionForm' => 'Organizations\Form\OrganizationsDescriptionForm',
92
+                'Organizations/OrganizationsContactFieldset' => 'Organizations\Form\OrganizationsContactFieldset',
93
+                'Organizations/OrganizationsNameFieldset'    => 'Organizations\Form\OrganizationsNameFieldset',
94
+                'Organizations/OrganizationsDescriptionFieldset' => 'Organizations\Form\OrganizationsDescriptionFieldset',
95
+                //'Organizations/OrganizationFieldset'       => 'Organizations\Form\OrganizationFieldset',
96
+                'Organizations/EmployeesContainer'           => 'Organizations\Form\EmployeesContainer',
97
+                'Organizations/Employees'                    => 'Organizations\Form\Employees',
98
+                'Organizations/InviteEmployeeBar'            => 'Organizations\Form\Element\InviteEmployeeBar',
99
+                'Organizations/Employee'                     => 'Organizations\Form\Element\Employee',
100
+                'Organizations/WorkflowSettings'             => 'Organizations\Form\WorkflowSettings',
101
+                'Organizations/WorkflowSettingsFieldset'     => 'Organizations\Form\WorkflowSettingsFieldset',
102 102
 
103 103
         ),
104 104
         'factories' => array(
@@ -188,15 +188,15 @@  discard block
 block discarded – undo
188 188
     ),
189 189
     'service_manager' => [
190 190
         'invokables' => [
191
-           'Organizations\Auth\Dependency\EmployeeListListener' => 'Organizations\Auth\Dependency\EmployeeListListener'
191
+            'Organizations\Auth\Dependency\EmployeeListListener' => 'Organizations\Auth\Dependency\EmployeeListListener'
192 192
         ],
193 193
         'factories' => [
194
-           'Organizations\Auth\Dependency\ListListener' => 'Organizations\Factory\Auth\Dependency\ListListenerFactory',
195
-           'Organizations\Repository\Event\InjectEventManagerListener' => 'Organizations\Factory\Repository\Event\InjectEventManagerListenerFactory',
196
-           'Organizations\ImageFileCache\Manager' => 'Organizations\Factory\ImageFileCache\ManagerFactory',
197
-           'Organizations\ImageFileCache\ODMListener' => 'Organizations\Factory\ImageFileCache\ODMListenerFactory',
198
-           'Organizations\ImageFileCache\ApplicationListener' => 'Organizations\Factory\ImageFileCache\ApplicationListenerFactory',
199
-           'Organizations\ImageFileCache\ImageListener' => 'Organizations\Factory\ImageFileCache\ImageListenerFactory',
194
+            'Organizations\Auth\Dependency\ListListener' => 'Organizations\Factory\Auth\Dependency\ListListenerFactory',
195
+            'Organizations\Repository\Event\InjectEventManagerListener' => 'Organizations\Factory\Repository\Event\InjectEventManagerListenerFactory',
196
+            'Organizations\ImageFileCache\Manager' => 'Organizations\Factory\ImageFileCache\ManagerFactory',
197
+            'Organizations\ImageFileCache\ODMListener' => 'Organizations\Factory\ImageFileCache\ODMListenerFactory',
198
+            'Organizations\ImageFileCache\ApplicationListener' => 'Organizations\Factory\ImageFileCache\ApplicationListenerFactory',
199
+            'Organizations\ImageFileCache\ImageListener' => 'Organizations\Factory\ImageFileCache\ImageListenerFactory',
200 200
         ]
201 201
     ],
202 202
     'event_manager' => [
Please login to merge, or discard this patch.