Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8723 Rev 8726
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[:topic_uuid][/feed/:feed]]',
348
                            'route' => '/timeline/[:id]/[:type[:topic_uuid][:urgent][/feed/:feed]]',
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\-]+\=*',
354
                                'urgent' => '[A-Za-z0-9\-]+\=*',
354
                                'urgent' => 'u',
355
                            ],
355
                            ],
356
                            'defaults' => [
356
                            'defaults' => [
357
                                'controller' => '\LeadersLinked\Controller\FeedController',
357
                                'controller' => '\LeadersLinked\Controller\FeedController',
358
                                'action' => 'timeline'
358
                                'action' => 'timeline'
359
                            ]
359
                            ]