Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 3455 Rev 3462
Línea 2963... Línea 2963...
2963
                                        'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
2963
                                        'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
2964
                                        'action' => 'delete'
2964
                                        'action' => 'delete'
2965
                                    ]
2965
                                    ]
2966
                                ]
2966
                                ]
2967
                            ],
2967
                            ],
-
 
2968
                            'report' => [
-
 
2969
                                'type' => Segment::class,
-
 
2970
                                'options' => [
-
 
2971
                                    'route' => '/report/:id',
-
 
2972
                                    'constraints' => [
-
 
2973
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
2974
                                    ],
-
 
2975
                                    'defaults' => [
-
 
2976
                                        'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
-
 
2977
                                        'action' => 'report'
-
 
2978
                                    ]
-
 
2979
                                ]
-
 
2980
                            ],
2968
                            'goals' => [
2981
                            'goals' => [
2969
                                'type' => Segment::class,
2982
                                'type' => Segment::class,
2970
                                'options' => [
2983
                                'options' => [
2971
                                    'route' => '/:uuid_objective/goals',
2984
                                    'route' => '/:uuid_objective/goals',
2972
                                    'constraints' => [
2985
                                    'constraints' => [