Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8220 Rev 8249
Línea 2216... Línea 2216...
2216
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',
2216
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',
2217
                                        'action' => 'reportBoth',
2217
                                        'action' => 'reportBoth',
2218
                                    ],
2218
                                    ],
2219
                                ],
2219
                                ],
2220
                            ],
2220
                            ],
2221
                            'report-supervisor' =>[
2221
                            'report-superviser' =>[
2222
                                'type' => Segment::class,
2222
                                'type' => Segment::class,
2223
                                'options' => [
2223
                                'options' => [
2224
                                    'route' => '/report-supervisor/:id',
2224
                                    'route' => '/report-superviser/:id',
2225
                                    'constraints' => [
2225
                                    'constraints' => [
2226
                                        'id' => '[A-Za-z0-9\-]+\=*'
2226
                                        'id' => '[A-Za-z0-9\-]+\=*'
2227
                                    ],
2227
                                    ],
2228
                                    'defaults' => [
2228
                                    'defaults' => [
2229
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',
2229
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',