Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8797 Rev 8874
Línea 3446... Línea 3446...
3446
                                        ]
3446
                                        ]
3447
                                    ],
3447
                                    ],
3448
                                    'edit' => [
3448
                                    'edit' => [
3449
                                        'type' => Segment::class,
3449
                                        'type' => Segment::class,
3450
                                        'options' => [
3450
                                        'options' => [
3451
                                            'route' => '/:interview_uuid/edit',
3451
                                            'route' => '/edit/:id',
3452
                                            'constraints' => [
3452
                                            'constraints' => [
3453
                                                'id' => '[A-Za-z0-9\-]+\=*'
3453
                                                'id' => '[A-Za-z0-9\-]+\=*'
3454
                                            ],
3454
                                            ],
3455
                                            'defaults' => [
3455
                                            'defaults' => [
3456
                                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFileController',
3456
                                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFileController',
Línea 3459... Línea 3459...
3459
                                        ]
3459
                                        ]
3460
                                    ],
3460
                                    ],
3461
                                    'delete' => [
3461
                                    'delete' => [
3462
                                        'type' => Segment::class,
3462
                                        'type' => Segment::class,
3463
                                        'options' => [
3463
                                        'options' => [
3464
                                            'route' => '/:interview_uuid/delete',
3464
                                            'route' => '/delete/:id',
3465
                                            'constraints' => [
3465
                                            'constraints' => [
3466
                                                'id' => '[A-Za-z0-9\-]+\=*'
3466
                                                'id' => '[A-Za-z0-9\-]+\=*'
3467
                                            ],
3467
                                            ],
3468
                                            'defaults' => [
3468
                                            'defaults' => [
3469
                                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFileController',
3469
                                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFileController',
3470
                                                'action' => 'delete'
3470
                                                'action' => 'delete'
3471
                                            ]
3471
                                            ]
3472
                                        ]
3472
                                        ]
3473
                                    ]
3473
                                    ],
3474
                                ]
3474
                                ]
3475
                            ],
3475
                            ],
3476
                            'report' =>[
3476
                            'report' =>[
3477
                                'type' => Segment::class,
3477
                                'type' => Segment::class,
3478
                                'options' => [
3478
                                'options' => [