Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8674 Rev 8678
Línea 343... Línea 343...
343
                'may_terminate' => true,
343
                'may_terminate' => true,
344
                'child_routes' => [
344
                'child_routes' => [
345
                    'timeline' => [
345
                    'timeline' => [
346
                        'type' => Segment::class,
346
                        'type' => Segment::class,
347
                        'options' => [
347
                        'options' => [
348
                            'route' => '/timeline/[:id]/[:type[/feed/:feed][/:urgent][:topic_uuid]]',
348
                            'route' => '/timeline/[:id]/[:type[/feed/:feed][:topic_uuid][:urgent]]',
349
                            'constraints' => [
349
                            'constraints' => [
350
                                'id' => '[A-Za-z0-9\-]+\=*',
350
                                'id' => '[A-Za-z0-9\-]+\=*',
351
                                'type' => 'user|company|hptg',
351
                                'type' => 'user|company|hptg',
352
                                'feed' => '[A-Za-z0-9\-]+\=*',
352
                                'feed' => '[A-Za-z0-9\-]+\=*',
353
                                'topic_id' => '[A-Za-z0-9\-]+\=*',
353
                                'topic_id' => '[A-Za-z0-9\-]+\=*',
Línea 4102... Línea 4102...
4102
                                                            'action' => 'index'
4102
                                                            'action' => 'index'
4103
                                                        ]
4103
                                                        ]
4104
                                                    ]
4104
                                                    ]
4105
                                                ],
4105
                                                ],
4106
                                                'urgent' => [
4106
                                                'urgent' => [
4107
                                                    'type' => Segment::class,
4107
                                                    'type' => Literal::class,
4108
                                                    'options' => [
4108
                                                    'options' => [
4109
                                                        'route' => '[/:urgent]',
4109
                                                        'route' => '/urgent',
4110
                                                        'constraints' => [
-
 
4111
                                                            'urgent' => 'urgent'
-
 
4112
                                                        ],
-
 
-
 
4110
                                                        
4113
                                                        'defaults' => [
4111
                                                        'defaults' => [
4114
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
4112
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
4115
                                                            'action' => 'index'
4113
                                                            'action' => 'urgent'
4116
                                                        ]
4114
                                                        ]
4117
                                                    ]
4115
                                                    ]
4118
                                                ],
4116
                                                ],
4119
                                                'delete' => [
4117
                                                'delete' => [
4120
                                                    'type' => Segment::class,
4118
                                                    'type' => Segment::class,