Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 2249 Rev 2250
Línea 2915... Línea 2915...
2915
                    ]
2915
                    ]
2916
                ],
2916
                ],
2917
                'may_terminate' => true,
2917
                'may_terminate' => true,
2918
                'child_routes' => [
2918
                'child_routes' => [
2919
                    'objectives' => [
2919
                    'objectives' => [
2920
                        'type' => Segment::class,
2920
                        'type' => Literal::class,
2921
                        'options' => [
2921
                        'options' => [
2922
                            'route' => '/objectives',
2922
                            'route' => '/objectives',
2923
                            'defaults' => [
2923
                            'defaults' => [
2924
                                'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
2924
                                'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
2925
                                'action' => 'index'
2925
                                'action' => 'index'
2926
                            ]
2926
                            ]
2927
                        ]
2927
                        ]
2928
                    ],
-
 
2929
                    'may_terminate' => true,
-
 
2930
                    'child_routes' => [
-
 
2931
                        'add' => [
-
 
2932
                            'type' => Literal::class,
-
 
2933
                            'options' => [
-
 
2934
                                'route' => '/add',
-
 
2935
                                'defaults' => [
-
 
2936
                                    'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
-
 
2937
                                    'action' => 'add'
-
 
2938
                                ]
-
 
2939
                            ]
-
 
2940
                        ],
-
 
2941
                        'edit' => [
-
 
2942
                            'type' => Segment::class,
-
 
2943
                            'options' => [
-
 
2944
                                'route' => '/edit/:id',
-
 
2945
                                'constraints' => [
-
 
2946
                                    'id' => '[A-Za-z0-9\-]+\=*'
-
 
2947
                                ],
-
 
2948
                                'defaults' => [
-
 
2949
                                    'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
-
 
2950
                                    'action' => 'edit'
-
 
2951
                                ]
-
 
2952
                            ]
-
 
2953
                        ],
-
 
2954
                        'delete' => [
-
 
2955
                            'type' => Segment::class,
-
 
2956
                            'options' => [
-
 
2957
                                'route' => '/delete/:id',
-
 
2958
                                'constraints' => [
-
 
2959
                                    'id' => '[A-Za-z0-9\-]+\=*'
-
 
2960
                                ],
-
 
2961
                                'defaults' => [
-
 
2962
                                    'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
-
 
2963
                                    'action' => 'delete'
-
 
2964
                                ]
-
 
2965
                            ]
-
 
2966
                        ]
-
 
2967
                    ]
2928
                    ]
Línea 2968... Línea -...
2968
                    
-
 
2969
 
2929
                    
2970
                ]
2930
                ]
Línea 2971... Línea 2931...
2971
            ],
2931
            ],
2972
            
2932