Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7411 Rev 7447
Línea 3548... Línea 3548...
3548
                        ],
3548
                        ],
3549
                    ],
3549
                    ],
3550
                    'report' => [
3550
                    'report' => [
3551
                        'type' => Segment::class,
3551
                        'type' => Segment::class,
3552
                        'options' => [
3552
                        'options' => [
3553
                            'route' => '/report[/:survey_id]',
3553
                            'route' => '/report[/:organizationalClimate_id]',
3554
                            'constraints' => [
3554
                            'constraints' => [
3555
                                'survey_id' => '[A-Za-z0-9\-]+\=*'
3555
                                'organizationalClimate_id' => '[A-Za-z0-9\-]+\=*'
3556
                            ],
3556
                            ],
3557
                            'defaults' => [
3557
                            'defaults' => [
3558
                                'controller' => '\LeadersLinked\Controller\OrganizationalClimateReportController',
3558
                                'controller' => '\LeadersLinked\Controller\OrganizationalClimateReportController',
3559
                                'action' => 'index',
3559
                                'action' => 'index',
3560
                                'survey_id' => '',
3560
                                'organizationalClimate_id' => '',
3561
                            ],
3561
                            ],
3562
                        ],
3562
                        ],
3563
                        'may_terminate' => true,
3563
                        'may_terminate' => true,
3564
                        'child_routes' => [
3564
                        'child_routes' => [
3565
                            'all' => [
3565
                            'all' => [