Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 12792 Rev 12829
Línea 4431... Línea 4431...
4431
                                                                'route' => '/:goal_id/task',
4431
                                                                'route' => '/:goal_id/task',
4432
                                                                'constraints' => [
4432
                                                                'constraints' => [
4433
                                                                    'goal_id' => '[A-Za-z0-9\-]+\=*'
4433
                                                                    'goal_id' => '[A-Za-z0-9\-]+\=*'
4434
                                                                ],
4434
                                                                ],
4435
                                                                'defaults' => [
4435
                                                                'defaults' => [
4436
                                                                    'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController',
4436
                                                                    'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTaskController',
4437
                                                                    'action' => 'index'
4437
                                                                    'action' => 'index'
4438
                                                                ]
4438
                                                                ]
4439
                                                            ],
4439
                                                            ],
Línea 4440... Línea 4440...
4440
                                                        
4440
                                                        
Línea 4443... Línea 4443...
4443
                                                                'add' => [
4443
                                                                'add' => [
4444
                                                                    'type' => Literal::class,
4444
                                                                    'type' => Literal::class,
4445
                                                                    'options' => [
4445
                                                                    'options' => [
4446
                                                                        'route' => '/add',
4446
                                                                        'route' => '/add',
4447
                                                                        'defaults' => [
4447
                                                                        'defaults' => [
4448
                                                                            'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController',
4448
                                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTaskController',
4449
                                                                            'action' => 'add'
4449
                                                                            'action' => 'add'
4450
                                                                        ]
4450
                                                                        ]
4451
                                                                    ]
4451
                                                                    ]
4452
                                                                ],
4452
                                                                ],
4453
                                                                'edit' => [
4453
                                                                'edit' => [
Línea 4456... Línea 4456...
4456
                                                                        'route' => '/edit/:id',
4456
                                                                        'route' => '/edit/:id',
4457
                                                                        'constraints' => [
4457
                                                                        'constraints' => [
4458
                                                                            'id' => '[A-Za-z0-9\-]+\=*'
4458
                                                                            'id' => '[A-Za-z0-9\-]+\=*'
4459
                                                                        ],
4459
                                                                        ],
4460
                                                                        'defaults' => [
4460
                                                                        'defaults' => [
4461
                                                                            'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController',
4461
                                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTaskController',
4462
                                                                            'action' => 'edit'
4462
                                                                            'action' => 'edit'
4463
                                                                        ]
4463
                                                                        ]
4464
                                                                    ]
4464
                                                                    ]
4465
                                                                ],
4465
                                                                ],
4466
                                                                'delete' => [
4466
                                                                'delete' => [
Línea 4469... Línea 4469...
4469
                                                                        'route' => '/delete/:id',
4469
                                                                        'route' => '/delete/:id',
4470
                                                                        'constraints' => [
4470
                                                                        'constraints' => [
4471
                                                                            'id' => '[A-Za-z0-9\-]+\=*'
4471
                                                                            'id' => '[A-Za-z0-9\-]+\=*'
4472
                                                                        ],
4472
                                                                        ],
4473
                                                                        'defaults' => [
4473
                                                                        'defaults' => [
4474
                                                                            'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController',
4474
                                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTaskController',
4475
                                                                            'action' => 'delete'
4475
                                                                            'action' => 'delete'
4476
                                                                        ]
4476
                                                                        ]
4477
                                                                    ]
4477
                                                                    ]
4478
                                                                ],
4478
                                                                ],
4479
                                                                'view' => [
4479
                                                                'view' => [
Línea 4482... Línea 4482...
4482
                                                                        'route' => '/view/:id',
4482
                                                                        'route' => '/view/:id',
4483
                                                                        'constraints' => [
4483
                                                                        'constraints' => [
4484
                                                                            'id' => '[A-Za-z0-9\-]+\=*'
4484
                                                                            'id' => '[A-Za-z0-9\-]+\=*'
4485
                                                                        ],
4485
                                                                        ],
4486
                                                                        'defaults' => [
4486
                                                                        'defaults' => [
4487
                                                                            'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController',
4487
                                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTaskController',
4488
                                                                            'action' => 'view'
4488
                                                                            'action' => 'view'
4489
                                                                        ]
4489
                                                                        ]
4490
                                                                    ]
4490
                                                                    ]
4491
                                                                ],
4491
                                                                ],
4492
                                                        ]
4492
                                                        ]