Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 9639 Rev 9640
Línea 4149... Línea 4149...
4149
                                                        'defaults' => [
4149
                                                        'defaults' => [
4150
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoCategoriesController',
4150
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoCategoriesController',
4151
                                                            'action' => 'index'
4151
                                                            'action' => 'index'
4152
                                                        ]
4152
                                                        ]
4153
                                                    ],
4153
                                                    ],
-
 
4154
                                                    'child_routes' => [
-
 
4155
                                                        'add' => [
-
 
4156
                                                            'type' => Literal::class,
-
 
4157
                                                            'options' => [
-
 
4158
                                                                'route' => '/add',
-
 
4159
                                                                'defaults' => [
4154
                                                    
-
 
-
 
4160
                                                                    'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoCategoriesController',
-
 
4161
                                                                    'action' => 'add'
-
 
4162
                                                                ]
-
 
4163
                                                            ]
-
 
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
                                                    ],
4155
                                                ],
4192
                                                ],
4156
                                            ]
4193
                                            ]
4157
                                        ],
4194
                                        ],
4158
                                        'topic' => [
4195
                                        'topic' => [
4159
                                            'type' => Literal::class,
4196
                                            'type' => Literal::class,