Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 12435 Rev 12675
Línea 4307... Línea 4307...
4307
                                                'add' => [
4307
                                                'add' => [
4308
                                                    'type' => Literal::class,
4308
                                                    'type' => Literal::class,
4309
                                                    'options' => [
4309
                                                    'options' => [
4310
                                                        'route' => '/add',
4310
                                                        'route' => '/add',
4311
                                                        'defaults' => [
4311
                                                        'defaults' => [
4312
                                                            'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
4312
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewObjectivesController',
4313
                                                            'action' => 'add'
4313
                                                            'action' => 'add'
4314
                                                        ]
4314
                                                        ]
4315
                                                    ]
4315
                                                    ]
4316
                                                ],
4316
                                                ],
4317
                                                'edit' => [
4317
                                                'edit' => [
Línea 4320... Línea 4320...
4320
                                                        'route' => '/edit/:id',
4320
                                                        'route' => '/edit/:id',
4321
                                                        'constraints' => [
4321
                                                        'constraints' => [
4322
                                                            'id' => '[A-Za-z0-9\-]+\=*'
4322
                                                            'id' => '[A-Za-z0-9\-]+\=*'
4323
                                                        ],
4323
                                                        ],
4324
                                                        'defaults' => [
4324
                                                        'defaults' => [
4325
                                                            'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
4325
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewObjectivesController',
4326
                                                            'action' => 'edit'
4326
                                                            'action' => 'edit'
4327
                                                        ]
4327
                                                        ]
4328
                                                    ]
4328
                                                    ]
4329
                                                ],
4329
                                                ],
4330
                                                'delete' => [
4330
                                                'delete' => [
Línea 4333... Línea 4333...
4333
                                                        'route' => '/delete/:id',
4333
                                                        'route' => '/delete/:id',
4334
                                                        'constraints' => [
4334
                                                        'constraints' => [
4335
                                                            'id' => '[A-Za-z0-9\-]+\=*'
4335
                                                            'id' => '[A-Za-z0-9\-]+\=*'
4336
                                                        ],
4336
                                                        ],
4337
                                                        'defaults' => [
4337
                                                        'defaults' => [
4338
                                                            'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
4338
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewObjectivesController',
4339
                                                            'action' => 'delete'
4339
                                                            'action' => 'delete'
4340
                                                        ]
4340
                                                        ]
4341
                                                    ]
4341
                                                    ]
4342
                                                ],
4342
                                                ],
4343
                                                'report' => [
4343
                                                'report' => [
Línea 4346... Línea 4346...
4346
                                                        'route' => '/report/:id',
4346
                                                        'route' => '/report/:id',
4347
                                                        'constraints' => [
4347
                                                        'constraints' => [
4348
                                                            'id' => '[A-Za-z0-9\-]+\=*'
4348
                                                            'id' => '[A-Za-z0-9\-]+\=*'
4349
                                                        ],
4349
                                                        ],
4350
                                                        'defaults' => [
4350
                                                        'defaults' => [
4351
                                                            'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
4351
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewObjectivesController',
4352
                                                            'action' => 'report'
4352
                                                            'action' => 'report'
4353
                                                        ]
4353
                                                        ]
4354
                                                    ]
4354
                                                    ]
4355
                                                ], 
4355
                                                ], 
4356
                                                'reportall' => [
4356
                                                'reportall' => [
4357
                                                    'type' => Literal::class,
4357
                                                    'type' => Literal::class,
4358
                                                    'options' => [
4358
                                                    'options' => [
4359
                                                        'route' => '/reportall',
4359
                                                        'route' => '/reportall',
4360
                                                        'defaults' => [
4360
                                                        'defaults' => [
4361
                                                            'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
4361
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewObjectivesController',
4362
                                                            'action' => 'reportall'
4362
                                                            'action' => 'reportall'
4363
                                                        ]
4363
                                                        ]
4364
                                                    ]
4364
                                                    ]
4365
                                                ],
4365
                                                ],
Línea 4366... Línea 4366...
4366
                                                 
4366
                                                 
4367
                                                'matriz' => [
4367
                                                'matriz' => [
4368
                                                    'type' => Literal::class,
4368
                                                    'type' => Literal::class,
4369
                                                    'options' => [
4369
                                                    'options' => [
4370
                                                        'route' => '/matriz',
4370
                                                        'route' => '/matriz',
4371
                                                        'defaults' => [
4371
                                                        'defaults' => [
4372
                                                            'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
4372
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewObjectivesController',
4373
                                                            'action' => 'matriz'
4373
                                                            'action' => 'matriz'
4374
                                                        ]
4374
                                                        ]
4375
                                                    ]
4375
                                                    ]
4376
                                                ],
4376
                                                ],