Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 9640 Rev 9642
Línea 4160... Línea 4160...
4160
                                                                    'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoCategoriesController',
4160
                                                                    'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoCategoriesController',
4161
                                                                    'action' => 'add'
4161
                                                                    'action' => 'add'
4162
                                                                ]
4162
                                                                ]
4163
                                                            ]
4163
                                                            ]
4164
                                                        ],
4164
                                                        ],
4165
                                                        'edit' => [
-
 
4166
                                                            'type' => Segment::class,
-
 
4167
                                                            'options' => [
-
 
4168
                                                                'route' => '/edit[/:category_uuid]',
-
 
4169
                                                                'constraints' => [
-
 
4170
                                                                    'category_uuid' => '[A-Za-z0-9\-]+\=*'
-
 
4171
                                                                ],
-
 
4172
                                                                'defaults' => [
-
 
4173
                                                                    'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoCategoriesController',
-
 
4174
                                                                    'action' => 'edit'
-
 
4175
                                                                ]
-
 
4176
                                                            ]
-
 
4177
                                                        ],
-
 
4178
                                                        'delete' => [
-
 
4179
                                                            'type' => Segment::class,
-
 
4180
                                                            'options' => [
-
 
4181
                                                                'route' => '/delete[/:category_uuid]',
-
 
4182
                                                                'constraints' => [
-
 
4183
                                                                    'category_uuid' => '[A-Za-z0-9\-]+\=*'
-
 
4184
                                                                ],
-
 
4185
                                                                'defaults' => [
-
 
4186
                                                                    'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoCategoriesController',
-
 
4187
                                                                    'action' => 'delete'
-
 
4188
                                                                ]
-
 
4189
                                                            ]
-
 
4190
                                                        ],
-
 
4191
                                                    ],
4165
                                                    ],
4192
                                                ],
4166
                                                ],
4193
                                            ]
4167
                                            ]
4194
                                        ],
4168
                                        ],
4195
                                        'topic' => [
4169
                                        'topic' => [