Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11090 Rev 11092
Línea 3102... Línea 3102...
3102
                                ]
3102
                                ]
3103
                            ],
3103
                            ],
3104
                            'goals' => [
3104
                            'goals' => [
3105
                                'type' => Segment::class,
3105
                                'type' => Segment::class,
3106
                                'options' => [
3106
                                'options' => [
3107
                                    'route' => '/:uuid_objective/goals',
3107
                                    'route' => '/:objective_id/goals',
3108
                                    'constraints' => [
3108
                                    'constraints' => [
3109
                                        'uuid_objective' => '[A-Za-z0-9\-]+\=*'
3109
                                        'objective_id' => '[A-Za-z0-9\-]+\=*'
3110
                                    ],
3110
                                    ],
3111
                                    'defaults' => [
3111
                                    'defaults' => [
3112
                                        'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController',
3112
                                        'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController',
3113
                                        'action' => 'index'
3113
                                        'action' => 'index'
3114
                                    ]
3114
                                    ]
Línea 3153... Línea 3153...
3153
                                        ]
3153
                                        ]
3154
                                    ],
3154
                                    ],
3155
                                    'task' => [
3155
                                    'task' => [
3156
                                        'type' => Segment::class,
3156
                                        'type' => Segment::class,
3157
                                        'options' => [
3157
                                        'options' => [
3158
                                            'route' => '/:uuid_goal/task',
3158
                                            'route' => '/:goal_id/task',
3159
                                            'constraints' => [
3159
                                            'constraints' => [
3160
                                                'uuid_goal' => '[A-Za-z0-9\-]+\=*'
3160
                                                'goal_id' => '[A-Za-z0-9\-]+\=*'
3161
                                            ],
3161
                                            ],
3162
                                            'defaults' => [
3162
                                            'defaults' => [
3163
                                                'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController',
3163
                                                'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController',
3164
                                                'action' => 'index'
3164
                                                'action' => 'index'
3165
                                            ]
3165
                                            ]