Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 2250 Rev 2251
Línea 2922... Línea 2922...
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
                        ],
-
 
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
                            ]
2927
                        ]
2967
                        ]
2928
                    ]
2968
                    ]
Línea 2929... Línea 2969...
2929
                    
2969
                    
2930
                ]
2970
                ]