Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8779 Rev 8781
Línea 3417... Línea 3417...
3417
                                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFormController',
3417
                                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFormController',
3418
                                                'action' => 'delete'
3418
                                                'action' => 'delete'
3419
                                            ],
3419
                                            ],
3420
                                        ],
3420
                                        ],
3421
                                    ],
3421
                                    ],
-
 
3422
                                ],
-
 
3423
                            ],
-
 
3424
                            'file' => [
-
 
3425
                                'type' => Segment::class,
-
 
3426
                                'options' => [
-
 
3427
                                    'route' => '/:interview_uuid/file',
-
 
3428
                                    'constraints' => [
-
 
3429
                                        'interview_uuid' => '[A-Za-z0-9\-]+\=*'
-
 
3430
                                    ],
-
 
3431
                                    'defaults' => [
-
 
3432
                                        'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFileController',
-
 
3433
                                        'action' => 'index'
-
 
3434
                                    ],
-
 
3435
                                ],
-
 
3436
                                'may_terminate' => true,
-
 
3437
                                'child_routes' => [
-
 
3438
                                    'add' => [
-
 
3439
                                        'type' => Literal::class,
-
 
3440
                                        'options' => [
-
 
3441
                                            'route' => '/add',
-
 
3442
                                            'defaults' => [
-
 
3443
                                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFileController',
-
 
3444
                                                'action' => 'add'
-
 
3445
                                            ]
-
 
3446
                                        ]
-
 
3447
                                    ],
3422
                                    'file' => [
3448
                                    'edit' => [
3423
                                        'type' => Segment::class,
3449
                                        'type' => Segment::class,
3424
                                        'options' => [
3450
                                        'options' => [
3425
                                            'route' => '/:interview_uuid/file',
3451
                                            'route' => '/:interview_uuid/edit',
3426
                                            'constraints' => [
3452
                                            'constraints' => [
3427
                                                'interview_uuid' => '[A-Za-z0-9\-]+\=*'
3453
                                                'id' => '[A-Za-z0-9\-]+\=*'
3428
                                            ],
3454
                                            ],
3429
                                            'defaults' => [
3455
                                            'defaults' => [
3430
                                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFileController',
3456
                                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFileController',
3431
                                                'action' => 'index'
3457
                                                'action' => 'edit'
3432
                                            ],
-
 
3433
                                        ],
-
 
3434
                                        'may_terminate' => true,
-
 
3435
                                        'child_routes' => [
-
 
3436
                                            'add' => [
-
 
3437
                                                'type' => Literal::class,
-
 
3438
                                                'options' => [
-
 
3439
                                                    'route' => '/add',
-
 
3440
                                                    'defaults' => [
-
 
3441
                                                        'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFileController',
-
 
3442
                                                        'action' => 'add'
-
 
3443
                                                    ]
-
 
3444
                                                ]
-
 
3445
                                            ],
-
 
3446
                                            'edit' => [
-
 
3447
                                                'type' => Segment::class,
-
 
3448
                                                'options' => [
-
 
3449
                                                    'route' => '/:interview_uuid/edit',
-
 
3450
                                                    'constraints' => [
-
 
3451
                                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
3452
                                                    ],
-
 
3453
                                                    'defaults' => [
-
 
3454
                                                        'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFileController',
-
 
3455
                                                        'action' => 'edit'
-
 
3456
                                                    ]
-
 
3457
                                                ]
-
 
3458
                                            ],
-
 
3459
                                            'delete' => [
-
 
3460
                                                'type' => Segment::class,
-
 
3461
                                                'options' => [
-
 
3462
                                                    'route' => '/:interview_uuid/delete',
-
 
3463
                                                    'constraints' => [
-
 
3464
                                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
3465
                                                    ],
-
 
3466
                                                    'defaults' => [
-
 
3467
                                                        'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFileController',
-
 
3468
                                                        'action' => 'delete'
-
 
3469
                                                    ]
-
 
3470
                                                ]
-
 
3471
                                            ]
3458
                                            ]
3472
                                        ]
3459
                                        ]
3473
                                    ],
3460
                                    ],
-
 
3461
                                    'delete' => [
-
 
3462
                                        'type' => Segment::class,
-
 
3463
                                        'options' => [
-
 
3464
                                            'route' => '/:interview_uuid/delete',
-
 
3465
                                            'constraints' => [
-
 
3466
                                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
3467
                                            ],
-
 
3468
                                            'defaults' => [
-
 
3469
                                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFileController',
-
 
3470
                                                'action' => 'delete'
-
 
3471
                                            ]
-
 
3472
                                        ]
-
 
3473
                                    ]
3474
                                ],
3474
                                ]
3475
                            ],
3475
                            ],
3476
                            'report' =>[
3476
                            'report' =>[
3477
                                'type' => Segment::class,
3477
                                'type' => Segment::class,
3478
                                'options' => [
3478
                                'options' => [
3479
                                    'route' => '/report/:interview_uuid',
3479
                                    'route' => '/report/:interview_uuid',