Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 2764 Rev 2765
Línea 3262... Línea 3262...
3262
                                    ],
3262
                                    ],
3263
                                    'edit' => [
3263
                                    'edit' => [
3264
                                        'type' => Literal::class,
3264
                                        'type' => Literal::class,
3265
                                        'options' => [
3265
                                        'options' => [
3266
                                            'route' => '/edit/:interview_uuid',
3266
                                            'route' => '/edit/:interview_uuid',
-
 
3267
                                            'constraints' => [
-
 
3268
                                                'interview_uuid' => '[A-Za-z0-9\-]+\=*'
-
 
3269
                                            ],
3267
                                            'defaults' => [
3270
                                            'defaults' => [
3268
                                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFormController',
3271
                                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFormController',
3269
                                                'action' => 'edit'
3272
                                                'action' => 'edit'
3270
                                            ],
3273
                                            ],
3271
                                        ],
3274
                                        ],
3272
                                    ],
3275
                                    ],
3273
                                    'delete' => [
3276
                                    'delete' => [
3274
                                        'type' => Literal::class,
3277
                                        'type' => Literal::class,
3275
                                        'options' => [
3278
                                        'options' => [
3276
                                            'route' => '/delete/:interview_uuid',
3279
                                            'route' => '/delete/:interview_uuid',
-
 
3280
                                            'constraints' => [
-
 
3281
                                                'interview_uuid' => '[A-Za-z0-9\-]+\=*'
-
 
3282
                                            ],
3277
                                            'defaults' => [
3283
                                            'defaults' => [
3278
                                                'controller' => '\LeadersLinked\Controller\UnknownController',
3284
                                                'controller' => '\LeadersLinked\Controller\UnknownController',
3279
                                                'action' => 'delete'
3285
                                                'action' => 'delete'
3280
                                            ],
3286
                                            ],
3281
                                        ],
3287
                                        ],