Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 17024 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 17024 Rev 17028
Línea 5444... Línea 5444...
5444
                                ]
5444
                                ]
5445
                            ],
5445
                            ],
5446
                            'extract-criteria' => [
5446
                            'extract-criteria' => [
5447
                                'type' => Segment::class,
5447
                                'type' => Segment::class,
5448
                                'options' => [
5448
                                'options' => [
5449
                                    'route' => '/extract-criteria/:id',
5449
                                    'route' => '/extract-criteria',
5450
                                    'constraints' => [
-
 
5451
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
5452
                                    ],
-
 
5453
                                    'defaults' => [
5450
                                    'defaults' => [
5454
                                        'controller' => '\LeadersLinked\Controller\RecruitmentSelectionVacancyCriteriaController',
5451
                                        'controller' => '\LeadersLinked\Controller\RecruitmentSelectionVacancyCriteriaController',
5455
                                        'action' => 'index'
5452
                                        'action' => 'index'
5456
                                    ]
5453
                                    ]
5457
                                ]
5454
                                ]