Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8068 Rev 8176
Línea 2190... Línea 2190...
2190
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',
2190
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',
2191
                                        'action' => 'superviser'
2191
                                        'action' => 'superviser'
2192
                                    ]
2192
                                    ]
2193
                                ]
2193
                                ]
2194
                            ],
2194
                            ],
-
 
2195
                            'report' =>[
-
 
2196
                                'type' => Segment::class,
-
 
2197
                                'options' => [
-
 
2198
                                    'route' => '/report/:id',
-
 
2199
                                    'constraints' => [
-
 
2200
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
2201
                                    ],
-
 
2202
                                    'defaults' => [
-
 
2203
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',
-
 
2204
                                        'action' => 'report',
-
 
2205
                                    ],
-
 
2206
                                ],
-
 
2207
                            ],
2195
                            'user-by-email' => [
2208
                            'user-by-email' => [
2196
                                'type' => Literal::class,
2209
                                'type' => Literal::class,
2197
                                'options' => [
2210
                                'options' => [
2198
                                    'route' => '/user-by-email',
2211
                                    'route' => '/user-by-email',
2199
                                    'defaults' => [
2212
                                    'defaults' => [