Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8177 Rev 8220
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
                            'reportSelf' =>[
2195
                            'report-self' =>[
2196
                                'type' => Segment::class,
2196
                                'type' => Segment::class,
2197
                                'options' => [
2197
                                'options' => [
2198
                                    'route' => '/reportSelf/:id',
2198
                                    'route' => '/report-self/: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' => 'reportSelf',
2204
                                        'action' => 'reportSelf',
2205
                                    ],
2205
                                    ],
2206
                                ],
2206
                                ],
2207
                            ],
2207
                            ],
2208
                            'reportBoth' =>[
2208
                            'report-both' =>[
2209
                                'type' => Segment::class,
2209
                                'type' => Segment::class,
2210
                                'options' => [
2210
                                'options' => [
2211
                                    'route' => '/reportBoth/:id',
2211
                                    'route' => '/report-both/:id',
2212
                                    'constraints' => [
2212
                                    'constraints' => [
2213
                                        'id' => '[A-Za-z0-9\-]+\=*'
2213
                                        'id' => '[A-Za-z0-9\-]+\=*'
2214
                                    ],
2214
                                    ],
2215
                                    'defaults' => [
2215
                                    'defaults' => [
2216
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',
2216
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',
2217
                                        'action' => 'reportBoth',
2217
                                        'action' => 'reportBoth',
2218
                                    ],
2218
                                    ],
2219
                                ],
2219
                                ],
2220
                            ],
2220
                            ],
2221
                            'reportSupervisor' =>[
2221
                            'report-supervisor' =>[
2222
                                'type' => Segment::class,
2222
                                'type' => Segment::class,
2223
                                'options' => [
2223
                                'options' => [
2224
                                    'route' => '/reportSupervisor/:id',
2224
                                    'route' => '/report-supervisor/: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',