Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8647 Rev 8648
Línea 4056... Línea 4056...
4056
                                                    ]
4056
                                                    ]
4057
                                                ],
4057
                                                ],
4058
                                            ]
4058
                                            ]
4059
                                        ],
4059
                                        ],
4060
                                        'topic' => [
4060
                                        'topic' => [
4061
                                            'type' => Literal::class,
4061
                                            'type' => Segment::class,
4062
                                            'options' => [
4062
                                            'options' => [
4063
                                                'route' => '/topic',
4063
                                                'route' => '/topic[/:urgent]',
-
 
4064
                                                'constraints' => [
-
 
4065
                                                    'urgent' => 'urgent'
-
 
4066
                                                ],
4064
                                                'defaults' => [
4067
                                                'defaults' => [
4065
                                                    'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController',
4068
                                                    'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController',
4066
                                                    'action' => 'index'
4069
                                                    'action' => 'index'
4067
                                                ]
4070
                                                ]
4068
                                            ],'may_terminate' => true,
4071
                                            ],'may_terminate' => true,
Línea 4101... Línea 4104...
4101
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
4104
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
4102
                                                            'action' => 'index'
4105
                                                            'action' => 'index'
4103
                                                        ]
4106
                                                        ]
4104
                                                    ]
4107
                                                    ]
4105
                                                ],
4108
                                                ],
4106
                                                'urgent' => [
-
 
4107
                                                    'type' => Literal::class,
-
 
4108
                                                    'options' => [
-
 
4109
                                                        'route' => '/urgent',
-
 
4110
                                                        'constraints' => [
-
 
4111
                                                            'urgent' => 'u'
-
 
4112
                                                        ],
-
 
4113
                                                        'defaults' => [
-
 
4114
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
-
 
4115
                                                            'action' => 'index'
-
 
4116
                                                        ]
-
 
4117
                                                    ]
-
 
-
 
4109
                                                
4118
                                                ],
-
 
4119
                                                'delete' => [
4110
                                                'delete' => [
4120
                                                    'type' => Segment::class,
4111
                                                    'type' => Segment::class,
4121
                                                    'options' => [
4112
                                                    'options' => [
4122
                                                        'route' => '/delete/:topic_uuid',
4113
                                                        'route' => '/delete/:topic_uuid',
4123
                                                        'constraints' => [
4114
                                                        'constraints' => [