Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 3919 Rev 3986
Línea 2975... Línea 2975...
2975
                                    'defaults' => [
2975
                                    'defaults' => [
2976
                                        'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
2976
                                        'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
2977
                                        'action' => 'report'
2977
                                        'action' => 'report'
2978
                                    ]
2978
                                    ]
2979
                                ]
2979
                                ]
-
 
2980
                            ], 
-
 
2981
                            'reportall' => [
-
 
2982
                                'type' => Literal::class,
-
 
2983
                                'options' => [
-
 
2984
                                    'route' => '/reportall',
-
 
2985
                                    'constraints' => [
-
 
2986
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
2987
                                    ],
-
 
2988
                                    'defaults' => [
-
 
2989
                                        'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
-
 
2990
                                        'action' => 'reportall'
-
 
2991
                                    ]
-
 
2992
                                ]
2980
                            ],
2993
                            ],
2981
                            'goals' => [
2994
                            'goals' => [
2982
                                'type' => Segment::class,
2995
                                'type' => Segment::class,
2983
                                'options' => [
2996
                                'options' => [
2984
                                    'route' => '/:uuid_objective/goals',
2997
                                    'route' => '/:uuid_objective/goals',