Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 4365 Rev 4367
Línea 3360... Línea 3360...
3360
                                        'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFormController',
3360
                                        'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFormController',
3361
                                        'action' => 'vacancy',
3361
                                        'action' => 'vacancy',
3362
                                    ],
3362
                                    ],
3363
                                ],
3363
                                ],
3364
                            ],
3364
                            ],
3365
                            'interview' =>[
3365
                            'type' =>[
3366
                                'type' => Segment::class,
3366
                                'type' => Segment::class,
3367
                                'options' => [
3367
                                'options' => [
3368
                                    'route' => '/interview/:candidate_uuid',
3368
                                    'route' => '/type/:candidate_uuid',
3369
                                    'constraints' => [
3369
                                    'constraints' => [
3370
                                        'candidate_uuid' => '[A-Za-z0-9\-]+\=*'
3370
                                        'candidate_uuid' => '[A-Za-z0-9\-]+\=*'
3371
                                    ],
3371
                                    ],
3372
                                    'defaults' => [
3372
                                    'defaults' => [
3373
                                        'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFormController',
3373
                                        'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFormController',
3374
                                        'action' => 'interview',
3374
                                        'action' => 'type',
3375
                                    ],
3375
                                    ],
3376
                                ],
3376
                                ],
3377
                            ],
3377
                            ],
3378
                        ],
3378
                        ],
3379
                    ],
3379
                    ],