Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 2251 Rev 2324
Línea 2926... Línea 2926...
2926
                            ]
2926
                            ]
2927
                        ],
2927
                        ],
Línea 2928... Línea 2928...
2928
                        
2928
                        
2929
                        'may_terminate' => true,
2929
                        'may_terminate' => true,
-
 
2930
                        'child_routes' => [
2930
                        'child_routes' => [
2931
 
2931
                            'add' => [
2932
                            'add' => [
2932
                                'type' => Literal::class,
2933
                                'type' => Literal::class,
2933
                                'options' => [
2934
                                'options' => [
2934
                                    'route' => '/add',
2935
                                    'route' => '/add',
Línea 2961... Línea 2962...
2961
                                    'defaults' => [
2962
                                    'defaults' => [
2962
                                        'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
2963
                                        'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
2963
                                        'action' => 'delete'
2964
                                        'action' => 'delete'
2964
                                    ]
2965
                                    ]
2965
                                ]
2966
                                ]
2966
                            ]
2967
                            ],
-
 
2968
                            'goals' => [
-
 
2969
                                'type' => Segment::class,
-
 
2970
                                'options' => [
-
 
2971
                                    'route' => ':id/goals',
-
 
2972
                                    'constraints' => [
-
 
2973
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
2974
                                    ],
-
 
2975
                                    'defaults' => [
-
 
2976
                                        'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController',
-
 
2977
                                        'action' => 'index'
-
 
2978
                                    ]
-
 
2979
                                ]
-
 
2980
                            ],
-
 
2981
 
2967
                        ]
2982
                        ]
2968
                    ]
2983
                    ]
Línea 2969... Línea 2984...
2969
                    
2984
                    
2970
                ]
2985
                ]