Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 2425 Rev 2426
Línea 2966... Línea 2966...
2966
                                ]
2966
                                ]
2967
                            ],
2967
                            ],
2968
                            'goals' => [
2968
                            'goals' => [
2969
                                'type' => Segment::class,
2969
                                'type' => Segment::class,
2970
                                'options' => [
2970
                                'options' => [
2971
                                    'route' => '/:uuid_obejective/goals',
2971
                                    'route' => '/:uuid_objective/goals',
2972
                                    'constraints' => [
2972
                                    'constraints' => [
2973
                                        'id' => '[A-Za-z0-9\-]+\=*'
2973
                                        'id' => '[A-Za-z0-9\-]+\=*'
2974
                                    ],
2974
                                    ],
2975
                                    'defaults' => [
2975
                                    'defaults' => [
2976
                                        'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController',
2976
                                        'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController',