Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16701 Rev 16747
Línea 5584... Línea 5584...
5584
                                'controller' => '\LeadersLinked\Controller\FastSurveyController',
5584
                                'controller' => '\LeadersLinked\Controller\FastSurveyController',
5585
                                'action' => 'delete'
5585
                                'action' => 'delete'
5586
                            ],
5586
                            ],
5587
                        ],
5587
                        ],
5588
                    ],
5588
                    ],
5589
                    'result' => [
5589
                    'chart' => [
5590
                        'type' => Segment::class,
5590
                        'type' => Segment::class,
5591
                        'options' => [
5591
                        'options' => [
5592
                            'route' => '/result/:id',
5592
                            'route' => '/chart/:id',
5593
                            'defaults' => [
5593
                            'defaults' => [
5594
                                'controller' => '\LeadersLinked\Controller\FastSurveyController',
5594
                                'controller' => '\LeadersLinked\Controller\FastSurveyController',
5595
                                'action' => 'result'
5595
                                'action' => 'chart'
5596
                            ],
5596
                            ],
5597
                        ],
5597
                        ],
5598
                    ],
5598
                    ],
5599
                    'download' => [
5599
                    'download' => [
5600
                        'type' => Segment::class,
5600
                        'type' => Segment::class,