Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 3986 Rev 4041
Línea 2980... Línea 2980...
2980
                            ], 
2980
                            ], 
2981
                            'reportall' => [
2981
                            'reportall' => [
2982
                                'type' => Literal::class,
2982
                                'type' => Literal::class,
2983
                                'options' => [
2983
                                'options' => [
2984
                                    'route' => '/reportall',
2984
                                    'route' => '/reportall',
2985
                                    'constraints' => [
-
 
2986
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
2987
                                    ],
-
 
2988
                                    'defaults' => [
2985
                                    'defaults' => [
2989
                                        'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
2986
                                        'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
2990
                                        'action' => 'reportall'
2987
                                        'action' => 'reportall'
2991
                                    ]
2988
                                    ]
2992
                                ]
2989
                                ]
2993
                            ],
2990
                            ],
-
 
2991
                             
-
 
2992
                            'matriz' => [
-
 
2993
                                'type' => Literal::class,
-
 
2994
                                'options' => [
-
 
2995
                                    'route' => '/matriz',
-
 
2996
                                    'defaults' => [
-
 
2997
                                        'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
-
 
2998
                                        'action' => 'matriz'
-
 
2999
                                    ]
-
 
3000
                                ]
-
 
3001
                            ],
2994
                            'goals' => [
3002
                            'goals' => [
2995
                                'type' => Segment::class,
3003
                                'type' => Segment::class,
2996
                                'options' => [
3004
                                'options' => [
2997
                                    'route' => '/:uuid_objective/goals',
3005
                                    'route' => '/:uuid_objective/goals',
2998
                                    'constraints' => [
3006
                                    'constraints' => [