Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 3450 Rev 3454
Línea 3261... Línea 3261...
3261
                                'may_terminate' => true,
3261
                                'may_terminate' => true,
3262
                                'child_routes' => [
3262
                                'child_routes' => [
3263
                                    'add' => [
3263
                                    'add' => [
3264
                                        'type' => Segment::class,
3264
                                        'type' => Segment::class,
3265
                                        'options' => [
3265
                                        'options' => [
3266
                                            'route' => '/add/:vacancy_uuid',
3266
                                            'route' => '/add/:candidate_uuid',
Línea 3267... Línea 3267...
3267
                                        
3267
                                        
3268
                                            'constraints' => [
3268
                                            'constraints' => [
3269
                                                'vacancy_uuid' => '[A-Za-z0-9\-]+\=*'
3269
                                                'candidate_uuid' => '[A-Za-z0-9\-]+\=*'
3270
                                            ],
3270
                                            ],
3271
                                            'defaults' => [
3271
                                            'defaults' => [
3272
                                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFormController',
3272
                                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFormController',
3273
                                                'action' => 'add'
3273
                                                'action' => 'add'