Proyectos de Subversion LeadersLinked - Backend

Rev

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

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