Completed
Push — develop ( 1c620f...e1a849 )
by
unknown
08:56
created
module/Organizations/config/module.config.php 1 patch
Spacing   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
                 ),
14 14
             ),
15 15
             'annotation' => array(
16
-                'paths' => array( __DIR__ . '/../src/Organizations/Entity')
16
+                'paths' => array(__DIR__.'/../src/Organizations/Entity')
17 17
             ),
18 18
         ),
19 19
         'eventmanager' => array(
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
         'translation_file_patterns' => array(
40 40
             array(
41 41
                 'type' => 'gettext',
42
-                'base_dir' => __DIR__ . '/../language',
42
+                'base_dir' => __DIR__.'/../language',
43 43
                 'pattern' => '%s.mo',
44 44
             ),
45 45
         ),
@@ -67,18 +67,18 @@  discard block
 block discarded – undo
67 67
     'view_manager' => array(
68 68
         // Map template to files. Speeds up the lookup through the template stack.
69 69
         'template_map' => array(
70
-             'organizations/index/edit' => __DIR__ . '/../view/organizations/index/form.phtml',
71
-             'organizations/form/employees-fieldset' => __DIR__ . '/../view/form/employees-fieldset.phtml',
72
-             'organizations/form/employee-fieldset' => __DIR__ .'/../view/form/employee-fieldset.phtml',
73
-             'organizations/form/invite-employee-bar' => __DIR__ . '/../view/form/invite-employee-bar.phtml',
74
-             'organizations/error/no-parent' => __DIR__ . '/../view/error/no-parent.phtml',
75
-             'organizations/error/invite' => __DIR__ . '/../view/error/invite.phtml',
76
-             'organizations/mail/invite-employee' => __DIR__ . '/../view/mail/invite-employee.phtml',
77
-            'organizations/form/workflow-fieldset' => __DIR__ . '/../view/form/workflow-fieldset.phtml',
70
+             'organizations/index/edit' => __DIR__.'/../view/organizations/index/form.phtml',
71
+             'organizations/form/employees-fieldset' => __DIR__.'/../view/form/employees-fieldset.phtml',
72
+             'organizations/form/employee-fieldset' => __DIR__.'/../view/form/employee-fieldset.phtml',
73
+             'organizations/form/invite-employee-bar' => __DIR__.'/../view/form/invite-employee-bar.phtml',
74
+             'organizations/error/no-parent' => __DIR__.'/../view/error/no-parent.phtml',
75
+             'organizations/error/invite' => __DIR__.'/../view/error/invite.phtml',
76
+             'organizations/mail/invite-employee' => __DIR__.'/../view/mail/invite-employee.phtml',
77
+            'organizations/form/workflow-fieldset' => __DIR__.'/../view/form/workflow-fieldset.phtml',
78 78
         ),
79 79
         // Where to look for view templates not mapped above
80 80
         'template_path_stack' => array(
81
-            __DIR__ . '/../view',
81
+            __DIR__.'/../view',
82 82
         ),
83 83
     ),
84 84
     'form_elements' => array(
@@ -162,8 +162,8 @@  discard block
 block discarded – undo
162 162
             'organizations' => array(
163 163
                 'label' => 'Organizations',
164 164
                 'route' => 'lang/organizations',
165
-                'order' => 65,                             // allows to order the menu items
166
-                'resource' => 'route/lang/organizations',  // if a resource is defined, the acl will be applied.
165
+                'order' => 65, // allows to order the menu items
166
+                'resource' => 'route/lang/organizations', // if a resource is defined, the acl will be applied.
167 167
 
168 168
                 'pages' => array(
169 169
                     'list' => array(
Please login to merge, or discard this patch.