Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 3563 Rev 3571
Línea 3322... Línea 3322...
3322
                                        'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFormController',
3322
                                        'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFormController',
3323
                                        'action' => 'report',
3323
                                        'action' => 'report',
3324
                                    ],
3324
                                    ],
3325
                                ],
3325
                                ],
3326
                            ],
3326
                            ],
-
 
3327
                            'vacancy' =>[
-
 
3328
                                'type' => Segment::class,
-
 
3329
                                'options' => [
-
 
3330
                                    'route' => '/vacancy/:vacancy_uuid',
-
 
3331
                                    'constraints' => [
-
 
3332
                                        'vacancy_uuid' => '[A-Za-z0-9\-]+\=*'
-
 
3333
                                    ],
-
 
3334
                                    'defaults' => [
-
 
3335
                                        'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFormController',
-
 
3336
                                        'action' => 'vacancy',
-
 
3337
                                    ],
-
 
3338
                                ],
-
 
3339
                            ],
3327
                        ],
3340
                        ],
3328
                    ],
3341
                    ],
3329
                ],
3342
                ],
3330
            ],
3343
            ],