Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 4374 | Rev 4379 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4374 Rev 4375
Línea 157... Línea 157...
157
        'recruitment-and-selection/interview/form/edit',
157
        'recruitment-and-selection/interview/form/edit',
158
        'recruitment-and-selection/interview/form/delete',
158
        'recruitment-and-selection/interview/form/delete',
159
        'recruitment-and-selection/interview/report',
159
        'recruitment-and-selection/interview/report',
160
        'recruitment-and-selection/interview/vacancy',
160
        'recruitment-and-selection/interview/vacancy',
161
        'recruitment-and-selection/interview/type',
161
        'recruitment-and-selection/interview/type',
162
        'surveys-section',
162
        'survey',
163
        'surveys-section/form',
163
        'survey/form',
164
        'surveys-section/form/add',
164
        'survey/form/add',
165
        'surveys-section/form/edit',
165
        'survey/form/edit',
166
        'surveys-section/form/delete',
166
        'survey/form/delete',
Línea 167... Línea 167...
167
 
167
 
168
        'jobs',
168
        'jobs',
169
        'jobs/add',
169
        'jobs/add',
170
        'jobs/delete',
170
        'jobs/delete',
Línea 296... Línea 296...
296
        'induction',
296
        'induction',
297
        'organizational-climate',
297
        'organizational-climate',
298
        'culture',
298
        'culture',
299
        'communication',
299
        'communication',
300
        'career-development',
300
        'career-development',
301
        'surveys',
-
 
302
        'building-my-future',
301
        'building-my-future',
303
        'high-performance-teams',
302
        'high-performance-teams',
304
        'my-trainer',
303
        'my-trainer',
305
    ];
304
    ];
306
}
305
}
Línea 413... Línea 412...
413
            'recruitment-and-selection/interview/form/edit',
412
            'recruitment-and-selection/interview/form/edit',
414
            'recruitment-and-selection/interview/form/delete',
413
            'recruitment-and-selection/interview/form/delete',
415
            'recruitment-and-selection/interview/report',
414
            'recruitment-and-selection/interview/report',
416
            'recruitment-and-selection/interview/vacancy',
415
            'recruitment-and-selection/interview/vacancy',
417
            'recruitment-and-selection/interview/type',
416
            'recruitment-and-selection/interview/type',
418
            'surveys-section',
417
            'survey',
419
            'surveys-section/form',
418
            'survey/form',
420
            'surveys-section/form/add',
419
            'survey/form/add',
421
            'surveys-section/form/edit',
420
            'survey/form/edit',
422
            'surveys-section/form/delete',
421
            'survey/form/delete',
Línea 423... Línea 422...
423
 
422
 
424
            'induction',
423
            'induction',
425
            'organizational-climate',
424
            'organizational-climate',
426
            'culture',
425
            'culture',
Línea 1360... Línea 1359...
1360
            'class' => 'fa fa-book',
1359
            'class' => 'fa fa-book',
1361
        ],
1360
        ],
Línea 1362... Línea 1361...
1362
        
1361
        
1363
        [
1362
        [
1364
            'label' => 'LABEL_SURVEYS',
1363
            'label' => 'LABEL_SURVEYS',
1365
            'route' =>  'surveys-section',
1364
            'route' =>  'survey',
1366
            'class' => 'fa fa-book',
1365
            'class' => 'fa fa-book',
1367
            'pages' => [
1366
            'pages' => [
1368
                [
1367
                [
1369
                    'label' => 'LABEL_FORMS',
1368
                    'label' => 'LABEL_FORMS',
1370
                    'route' => 'surveys-section/form',
1369
                    'route' => 'survey/form',
1371
                ],
1370
                ],
1372
            ]
1371
            ]
Línea 1373... Línea 1372...
1373
        ],
1372
        ],