Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8700 Rev 8702
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][:topic_uuid][:urgent]]',
348
                            'route' => '/timeline/[:id]/[:type[/feed/:feed][/topic_uuid/:topic_uuid]][/urgent/: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 4056... Línea 4056...
4056
                                                    ]
4056
                                                    ]
4057
                                                ],
4057
                                                ],
4058
                                            ]
4058
                                            ]
4059
                                        ],
4059
                                        ],
4060
                                        'urgent' => [
4060
                                        'urgent' => [
4061
                                                    'type' => Segment::class,
4061
                                            'type' => Segment::class,
4062
                                                    'options' => [
4062
                                            'options' => [
4063
                                                        'route' => '/urgent[/:urgent]',
4063
                                                'route' => '/urgent[/:urgent]',
4064
                                                        'constraints' => [
4064
                                                'constraints' => [
4065
                                                            'urgent' => 'u'
4065
                                                    'urgent' => 'u'
4066
                                                        ],
-
 
4067
                                                        'defaults' => [
-
 
4068
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
-
 
4069
                                                            'action' => 'index'
-
 
4070
                                                        ]
-
 
4071
                                                    ]
-
 
4072
                                                ],
4066
                                                ],
-
 
4067
                                                'defaults' => [
-
 
4068
                                                    'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
-
 
4069
                                                    'action' => 'index'
-
 
4070
                                                ]
-
 
4071
                                            ]
-
 
4072
                                        ],
4073
                                        'topic' => [
4073
                                        'topic' => [
4074
                                            'type' => Literal::class,
4074
                                            'type' => Literal::class,
4075
                                            'options' => [
4075
                                            'options' => [
4076
                                                'route' => '/topic',
4076
                                                'route' => '/topic',
4077
                                                'defaults' => [
4077
                                                'defaults' => [