Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 4352 Rev 4365
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' =>[
-
 
3366
                                'type' => Segment::class,
-
 
3367
                                'options' => [
-
 
3368
                                    'route' => '/interview/:candidate_uuid',
-
 
3369
                                    'constraints' => [
-
 
3370
                                        'candidate_uuid' => '[A-Za-z0-9\-]+\=*'
-
 
3371
                                    ],
-
 
3372
                                    'defaults' => [
-
 
3373
                                        'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFormController',
-
 
3374
                                        'action' => 'interview',
-
 
3375
                                    ],
-
 
3376
                                ],
-
 
3377
                            ],
3365
                        ],
3378
                        ],
3366
                    ],
3379
                    ],
3367
                ],
3380
                ],
3368
            ],
3381
            ],