Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8573 Rev 8633
Línea 4100... Línea 4100...
4100
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
4100
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
4101
                                                            'action' => 'index'
4101
                                                            'action' => 'index'
4102
                                                        ]
4102
                                                        ]
4103
                                                    ]
4103
                                                    ]
4104
                                                ],
4104
                                                ],
-
 
4105
                                                'urgent' => [
-
 
4106
                                                    'type' => Segment::class,
-
 
4107
                                                    'options' => [
-
 
4108
                                                        'route' => '/urgent[/:urgent]',
-
 
4109
                                                        'constraints' => [
-
 
4110
                                                            'urgent' => 'u'
-
 
4111
                                                        ],
-
 
4112
                                                        'defaults' => [
-
 
4113
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
-
 
4114
                                                            'action' => 'index'
-
 
4115
                                                        ]
-
 
4116
                                                    ]
-
 
4117
                                                ],
4105
                                                'delete' => [
4118
                                                'delete' => [
4106
                                                    'type' => Segment::class,
4119
                                                    'type' => Segment::class,
4107
                                                    'options' => [
4120
                                                    'options' => [
4108
                                                        'route' => '/delete/:topic_uuid',
4121
                                                        'route' => '/delete/:topic_uuid',
4109
                                                        'constraints' => [
4122
                                                        'constraints' => [