Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 512 Rev 513
Línea 280... Línea 280...
280
                        'controller' => '\LeadersLinked\Controller\HomeController',
280
                        'controller' => '\LeadersLinked\Controller\HomeController',
281
                        'action' => 'index'
281
                        'action' => 'index'
282
                    ]
282
                    ]
283
                ]
283
                ]
284
            ],
284
            ],
285
            'ia-vacancies-aplications' => [
-
 
286
                'type' => Segment::class,
-
 
287
                'options' => [
-
 
288
                    'route' => '/ia-vacancies-aplications/:id',
-
 
289
                    'constraints' => [
-
 
290
                        'id' => '[0-9]+',
-
 
291
                    ],
-
 
292
                    'defaults' => [
-
 
293
                        'controller' => '\LeadersLinked\Controller\RecruitmentPreAplicationController',
-
 
294
                        'action' => 'index'
-
 
295
                    ]
-
 
296
                ],
-
 
297
            ],
-
 
298
            'recruitment-ia' => [
285
            'recruitment-ia' => [
299
                'type' => Literal::class,
286
                'type' => Literal::class,
300
                'options' => [
287
                'options' => [
301
                    'route' => '/recruitment-ia',
288
                    'route' => '/recruitment-ia',
302
                ],
289
                ],
Línea 321... Línea 308...
321
                            'route' => '/job-description/:id',
308
                            'route' => '/job-description/:id',
322
                            'constraints' => [
309
                            'constraints' => [
323
                                'id' => '[0-9]+',
310
                                'id' => '[0-9]+',
324
                            ],
311
                            ],
325
                            'defaults' => [
312
                            'defaults' => [
326
                                'controller' => '\LeadersLinked\Controller\CreateJobDescriptionController',
313
                                'controller' => '\LeadersLinked\Controller\RecruitmentCreateJobDescriptionController',
327
                                'action' => 'index'
314
                                'action' => 'index'
328
                            ]
315
                            ]
329
                        ],
316
                        ],
330
                    ],
317
                    ],
331
                ],
318
                ],