Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 3462 Rev 3563
Línea 3274... Línea 3274...
3274
                                'may_terminate' => true,
3274
                                'may_terminate' => true,
3275
                                'child_routes' => [
3275
                                'child_routes' => [
3276
                                    'add' => [
3276
                                    'add' => [
3277
                                        'type' => Segment::class,
3277
                                        'type' => Segment::class,
3278
                                        'options' => [
3278
                                        'options' => [
3279
                                            'route' => '/add/:vacancy_uuid',
3279
                                            'route' => '/add',
3280
                                        
-
 
3281
                                            'constraints' => [
-
 
3282
                                                'vacancy_uuid' => '[A-Za-z0-9\-]+\=*'
-
 
3283
                                            ],
-
 
3284
                                            'defaults' => [
3280
                                            'defaults' => [
3285
                                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFormController',
3281
                                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFormController',
3286
                                                'action' => 'add'
3282
                                                'action' => 'add'
3287
                                            ],
3283
                                            ],
3288
                                        ],
3284
                                        ],