Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13988 Rev 14187
Línea 3656... Línea 3656...
3656
                        ],
3656
                        ],
3657
                    ],
3657
                    ],
3658
                    'test' => [
3658
                    'test' => [
3659
                        'type' => Segment::class,
3659
                        'type' => Segment::class,
3660
                        'options' => [
3660
                        'options' => [
3661
                            'route' => '/test[/:organizationalClimate_id]',
3661
                            'route' => '/test[/:organizational_climate_id]',
3662
                            'constraints' => [
3662
                            'constraints' => [
3663
                                'organizationalClimate_id' => '[A-Za-z0-9\-]+\=*'
3663
                                'organizational_climate_id' => '[A-Za-z0-9\-]+\=*'
3664
                            ],
3664
                            ],
3665
                            'defaults' => [
3665
                            'defaults' => [
3666
                                'controller' => '\LeadersLinked\Controller\OrganizationalClimateTestController',
3666
                                'controller' => '\LeadersLinked\Controller\OrganizationalClimateTestController',
3667
                                'action' => 'index',
3667
                                'action' => 'index',
3668
                                'organizationalClimate_id' => '',
3668
                                'organizational_climate_id' => '',
3669
                            ],
3669
                            ],
3670
                        ],
3670
                        ],
3671
                        'may_terminate' => true,
3671
                        'may_terminate' => true,
3672
                        'child_routes' => [
3672
                        'child_routes' => [
3673
                            'add' => [
3673
                            'add' => [
Línea 3703... Línea 3703...
3703
                        ],
3703
                        ],
3704
                    ],
3704
                    ],
3705
                    'report' => [
3705
                    'report' => [
3706
                        'type' => Segment::class,
3706
                        'type' => Segment::class,
3707
                        'options' => [
3707
                        'options' => [
3708
                            'route' => '/report[/:organizationalClimate_id]',
3708
                            'route' => '/report[/:organizational_climate_id]',
3709
                            'constraints' => [
3709
                            'constraints' => [
3710
                                'organizationalClimate_id' => '[A-Za-z0-9\-]+\=*'
3710
                                'organizational_climate_id' => '[A-Za-z0-9\-]+\=*'
3711
                            ],
3711
                            ],
3712
                            'defaults' => [
3712
                            'defaults' => [
3713
                                'controller' => '\LeadersLinked\Controller\OrganizationalClimateReportController',
3713
                                'controller' => '\LeadersLinked\Controller\OrganizationalClimateReportController',
3714
                                'action' => 'index',
3714
                                'action' => 'index',
3715
                                'organizationalClimate_id' => '',
3715
                                'organizational_climate_id' => '',
3716
                            ],
3716
                            ],
3717
                        ],
3717
                        ],
3718
                        'may_terminate' => true,
3718
                        'may_terminate' => true,
3719
                        'child_routes' => [
3719
                        'child_routes' => [
3720
                            'all' => [
3720
                            'all' => [