Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 4041 Rev 4349
Línea 3284... Línea 3284...
3284
                        'may_terminate' => true,
3284
                        'may_terminate' => true,
3285
                        'child_routes' => [
3285
                        'child_routes' => [
3286
                            'form' => [
3286
                            'form' => [
3287
                                'type' => Literal::class,
3287
                                'type' => Literal::class,
3288
                                'options' => [
3288
                                'options' => [
3289
                                    'route' => '/form',
3289
                                    'route' => '/form[/:vacancy_uuid]',
-
 
3290
                                    'constraints' => [
-
 
3291
                                        'vacancy_uuid' => '[A-Za-z0-9\-]+\=*'
-
 
3292
                                    ],
3290
                                    'defaults' => [
3293
                                    'defaults' => [
3291
                                        'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFormController',
3294
                                        'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFormController',
3292
                                        'action' => 'index',
3295
                                        'action' => 'index',
3293
                                    ],
3296
                                    ],
3294
                                ],
3297
                                ],