Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8736 Rev 8779
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
                                    'file' => [
-
 
3423
                                        'type' => Segment::class,
-
 
3424
                                        'options' => [
-
 
3425
                                            'route' => '/:interview_uuid/file',
-
 
3426
                                            'constraints' => [
-
 
3427
                                                'interview_uuid' => '[A-Za-z0-9\-]+\=*'
-
 
3428
                                            ],
-
 
3429
                                            'defaults' => [
-
 
3430
                                                'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFileController',
-
 
3431
                                                'action' => 'index'
-
 
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
                                            ]
-
 
3472
                                        ]
-
 
3473
                                    ],
3422
                                ],
3474
                                ],
3423
                            ],
3475
                            ],
3424
                            'report' =>[
3476
                            'report' =>[
3425
                                'type' => Segment::class,
3477
                                'type' => Segment::class,
3426
                                'options' => [
3478
                                'options' => [
Línea 3459... Línea 3511...
3459
                                        'action' => 'type',
3511
                                        'action' => 'type',
3460
                                    ],
3512
                                    ],
3461
                                ],
3513
                                ],
3462
                            ],
3514
                            ],
3463
                        ],
3515
                        ],
3464
                    ],
3516
                    ],               
3465
                ],
3517
                ],
3466
            ],
3518
            ],
Línea 3467... Línea 3519...
3467
            
3519
            
3468
            'induction' => [
3520
            'induction' => [