Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 5884 Rev 5911
Línea 3608... Línea 3608...
3608
                        ],
3608
                        ],
3609
                    ],
3609
                    ],
3610
                    'report' => [
3610
                    'report' => [
3611
                        'type' => Segment::class,
3611
                        'type' => Segment::class,
3612
                        'options' => [
3612
                        'options' => [
3613
                            'route' => '/report',
3613
                            'route' => '/report[/:survey_id]',
-
 
3614
                            'constraints' => [
-
 
3615
                                'survey_id' => '[A-Za-z0-9\-]+\=*'
-
 
3616
                            ],
3614
                            'defaults' => [
3617
                            'defaults' => [
3615
                                'controller' => '\LeadersLinked\Controller\SurveyReportController',
3618
                                'controller' => '\LeadersLinked\Controller\SurveyReportController',
3616
                                'action' => 'index',
3619
                                'action' => 'index',
-
 
3620
                                'survey_id' => '',
3617
                            ],
3621
                            ],
3618
                        ],
3622
                        ],
3619
                        'may_terminate' => true,
3623
                        'may_terminate' => true,
3620
                        'child_routes' => [
3624
                        'child_routes' => [
3621
                            'one' => [
3625
                            'one' => [