Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7295 Rev 7307
Línea 3495... Línea 3495...
3495
                        ],
3495
                        ],
3496
                    ],
3496
                    ],
3497
                    'test' => [
3497
                    'test' => [
3498
                        'type' => Segment::class,
3498
                        'type' => Segment::class,
3499
                        'options' => [
3499
                        'options' => [
3500
                            'route' => '/test[/:survey_id]',
3500
                            'route' => '/test[/:organizationalClimate_id]',
3501
                            'constraints' => [
3501
                            'constraints' => [
3502
                                'survey_id' => '[A-Za-z0-9\-]+\=*'
3502
                                'organizationalClimate_id' => '[A-Za-z0-9\-]+\=*'
3503
                            ],
3503
                            ],
3504
                            'defaults' => [
3504
                            'defaults' => [
3505
                                'controller' => '\LeadersLinked\Controller\OrganizationalClimateTestController',
3505
                                'controller' => '\LeadersLinked\Controller\OrganizationalClimateTestController',
3506
                                'action' => 'index',
3506
                                'action' => 'index',
3507
                                'survey_id' => '',
3507
                                'organizationalClimate_id' => '',
3508
                            ],
3508
                            ],
3509
                        ],
3509
                        ],
3510
                        'may_terminate' => true,
3510
                        'may_terminate' => true,
3511
                        'child_routes' => [
3511
                        'child_routes' => [
3512
                            'add' => [
3512
                            'add' => [