Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 3344 Rev 3435
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',
3267
                                            'constraints' => [
-
 
3268
                                                'vacancy_uuid' => '[A-Za-z0-9\-]+\=*'
-
 
3269
                                            ],
-
 
-
 
3267
                                            
3270
                                            'defaults' => [
3268
                                            'defaults' => [
3271
                                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFormController',
3269
                                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFormController',
3272
                                                'action' => 'add'
3270
                                                'action' => 'add'
3273
                                            ],
3271
                                            ],
3274
                                        ],
3272
                                        ],