Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8176 Rev 8177
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' =>[
2195
                            'reportSelf' =>[
2196
                                'type' => Segment::class,
2196
                                'type' => Segment::class,
2197
                                'options' => [
2197
                                'options' => [
2198
                                    'route' => '/report/:id',
2198
                                    'route' => '/reportSelf/:id',
2199
                                    'constraints' => [
2199
                                    'constraints' => [
2200
                                        'id' => '[A-Za-z0-9\-]+\=*'
2200
                                        'id' => '[A-Za-z0-9\-]+\=*'
2201
                                    ],
2201
                                    ],
2202
                                    'defaults' => [
2202
                                    'defaults' => [
2203
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',
2203
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',
2204
                                        'action' => 'report',
2204
                                        'action' => 'reportSelf',
-
 
2205
                                    ],
-
 
2206
                                ],
-
 
2207
                            ],
-
 
2208
                            'reportBoth' =>[
-
 
2209
                                'type' => Segment::class,
-
 
2210
                                'options' => [
-
 
2211
                                    'route' => '/reportBoth/:id',
-
 
2212
                                    'constraints' => [
-
 
2213
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
2214
                                    ],
-
 
2215
                                    'defaults' => [
-
 
2216
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',
-
 
2217
                                        'action' => 'reportBoth',
-
 
2218
                                    ],
-
 
2219
                                ],
-
 
2220
                            ],
-
 
2221
                            'reportSupervisor' =>[
-
 
2222
                                'type' => Segment::class,
-
 
2223
                                'options' => [
-
 
2224
                                    'route' => '/reportSupervisor/:id',
-
 
2225
                                    'constraints' => [
-
 
2226
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
2227
                                    ],
-
 
2228
                                    'defaults' => [
-
 
2229
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',
-
 
2230
                                        'action' => 'reportSupervisor',
2205
                                    ],
2231
                                    ],
2206
                                ],
2232
                                ],
2207
                            ],
2233
                            ],
2208
                            'user-by-email' => [
2234
                            'user-by-email' => [
2209
                                'type' => Literal::class,
2235
                                'type' => Literal::class,