Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 2775 Rev 2822
Línea 3065... Línea 3065...
3065
                                                        'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController',
3065
                                                        'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController',
3066
                                                        'action' => 'delete'
3066
                                                        'action' => 'delete'
3067
                                                    ]
3067
                                                    ]
3068
                                                ]
3068
                                                ]
3069
                                            ],
3069
                                            ],
-
 
3070
                                            'view' => [
-
 
3071
                                                'type' => Segment::class,
-
 
3072
                                                'options' => [
-
 
3073
                                                    'route' => '/view/:id',
-
 
3074
                                                    'constraints' => [
-
 
3075
                                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
3076
                                                    ],
-
 
3077
                                                    'defaults' => [
-
 
3078
                                                        'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController',
-
 
3079
                                                        'action' => 'view'
-
 
3080
                                                    ]
-
 
3081
                                                ]
-
 
3082
                                            ],
3070
                                    ]
3083
                                    ]
3071
                                ],
3084
                                ],
3072
                            ]
3085
                            ]
3073
                        ],
3086
                        ],
3074
                        ]
3087
                        ]