Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15079 Rev 15149
Línea 3835... Línea 3835...
3835
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateReportController',
3835
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateReportController',
3836
                                        'action' => 'overview',
3836
                                        'action' => 'overview',
3837
                                    ]
3837
                                    ]
3838
                                ]
3838
                                ]
3839
                            ],
3839
                            ],
3840
                            'csv' => [
3840
                            'excel' => [
3841
                                'type' => Segment::class,
3841
                                'type' => Segment::class,
3842
                                'options' => [
3842
                                'options' => [
3843
                                    'route' => '/csv',
3843
                                    'route' => '/excel',
3844
                                    'defaults' => [
3844
                                    'defaults' => [
3845
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateReportController',
3845
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateReportController',
3846
                                        'action' => 'csv',
3846
                                        'action' => 'excel',
3847
                                    ]
3847
                                    ]
3848
                                ]
3848
                                ]
3849
                            ],
3849
                            ],
3850
                        ],
3850
                        ],
3851
                    ],
3851
                    ],
Línea 4273... Línea 4273...
4273
                                        'controller' => '\LeadersLinked\Controller\SurveyReportController',
4273
                                        'controller' => '\LeadersLinked\Controller\SurveyReportController',
4274
                                        'action' => 'overview',
4274
                                        'action' => 'overview',
4275
                                    ]
4275
                                    ]
4276
                                ]
4276
                                ]
4277
                            ],
4277
                            ],
4278
                            'csv' => [
4278
                            'excel' => [
4279
                                'type' => Segment::class,
4279
                                'type' => Segment::class,
4280
                                'options' => [
4280
                                'options' => [
4281
                                    'route' => '/csv',
4281
                                    'route' => '/excel',
4282
                                    'defaults' => [
4282
                                    'defaults' => [
4283
                                        'controller' => '\LeadersLinked\Controller\SurveyReportController',
4283
                                        'controller' => '\LeadersLinked\Controller\SurveyReportController',
4284
                                        'action' => 'csv',
4284
                                        'action' => 'excel',
4285
                                    ]
4285
                                    ]
4286
                                ]
4286
                                ]
4287
                            ],
4287
                            ],
4288
                        ],
4288
                        ],
4289
                    ],
4289
                    ],