Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 9642 Rev 9643
Línea 4150... Línea 4150...
4150
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoCategoriesController',
4150
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoCategoriesController',
4151
                                                            'action' => 'index'
4151
                                                            'action' => 'index'
4152
                                                        ]
4152
                                                        ]
4153
                                                    ],
4153
                                                    ],
4154
                                                    'child_routes' => [
4154
                                                    'child_routes' => [
-
 
4155
                                                        
4155
                                                        'add' => [
4156
                                                        'edit' => [
4156
                                                            'type' => Literal::class,
4157
                                                            'type' => Segment::class,
4157
                                                            'options' => [
4158
                                                            'options' => [
-
 
4159
                                                                'route' => '/edit[/:category_uuid]',
4158
                                                                'route' => '/add',
4160
                                                                'constraints' => [
-
 
4161
                                                                    'category_uuid' => '[A-Za-z0-9\-]+\=*'
-
 
4162
                                                                ],
4159
                                                                'defaults' => [
4163
                                                                'defaults' => [
4160
                                                                    'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoCategoriesController',
4164
                                                                    'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoCategoriesController',
4161
                                                                    'action' => 'add'
4165
                                                                    'action' => 'edit'
-
 
4166
                                                                ]
-
 
4167
                                                            ]
-
 
4168
                                                        ],
-
 
4169
                                                        'delete' => [
-
 
4170
                                                            'type' => Segment::class,
-
 
4171
                                                            'options' => [
-
 
4172
                                                                'route' => '/delete[/:category_uuid]',
-
 
4173
                                                                'constraints' => [
-
 
4174
                                                                    'category_uuid' => '[A-Za-z0-9\-]+\=*'
-
 
4175
                                                                ],
-
 
4176
                                                                'defaults' => [
-
 
4177
                                                                    'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoCategoriesController',
-
 
4178
                                                                    'action' => 'delete'
4162
                                                                ]
4179
                                                                ]
4163
                                                            ]
4180
                                                            ]
4164
                                                        ],
4181
                                                        ],
4165
                                                    ],
4182
                                                    ],
4166
                                                ],
4183
                                                ],