Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 2336 Rev 2369
Línea 2976... Línea 2976...
2976
                                        'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController',
2976
                                        'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController',
2977
                                        'action' => 'index'
2977
                                        'action' => 'index'
2978
                                    ]
2978
                                    ]
2979
                                ]
2979
                                ]
2980
                            ],
2980
                            ],
-
 
2981
                            'may_terminate' => true,
-
 
2982
                            'child_routes' => [
-
 
2983
                                'add' => [
-
 
2984
                                    'type' => Literal::class,
-
 
2985
                                    'options' => [
-
 
2986
                                        'route' => '/add',
-
 
2987
                                        'defaults' => [
-
 
2988
                                            'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController',
-
 
2989
                                            'action' => 'add'
-
 
2990
                                        ]
-
 
2991
                                    ]
-
 
2992
                                ],
-
 
2993
                                'edit' => [
-
 
2994
                                    'type' => Segment::class,
-
 
2995
                                    'options' => [
-
 
2996
                                        'route' => '/edit/:id',
-
 
2997
                                        'constraints' => [
-
 
2998
                                            'id' => '[A-Za-z0-9\-]+\=*'
-
 
2999
                                        ],
-
 
3000
                                        'defaults' => [
-
 
3001
                                            'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController',
-
 
3002
                                            'action' => 'edit'
-
 
3003
                                        ]
-
 
3004
                                    ]
-
 
3005
                                ],
-
 
3006
                                'delete' => [
-
 
3007
                                    'type' => Segment::class,
-
 
3008
                                    'options' => [
-
 
3009
                                        'route' => '/delete/:id',
-
 
3010
                                        'constraints' => [
-
 
3011
                                            'id' => '[A-Za-z0-9\-]+\=*'
-
 
3012
                                        ],
-
 
3013
                                        'defaults' => [
-
 
3014
                                            'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController',
-
 
3015
                                            'action' => 'delete'
-
 
3016
                                        ]
-
 
3017
                                    ]
-
 
3018
                                ],
-
 
3019
                            ]
Línea 2981... Línea 3020...
2981
 
3020
 
2982
                        ]
3021
                        ]
Línea 2983... Línea 3022...
2983
                    ]
3022
                    ]