Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11110 Rev 11111
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/:type][/urgent/:urgent][/myt_id/:myt_id][/feed/:feed][/topic_id/:topic_id][/hptg_id/:hptg_id]',
348
                            'route' => '/timeline[/id/:id][/type/:type][/urgent/:urgent][/myt_id/:myt_id][/feed/:feed][/topic_id/:topic_id][/hptg_id/:hptg_id]',
349
                            'constraints' => [
349
                            'constraints' => [
350
                                'id' => '[A-Za-z0-9\-]+\=*',
350
                                'id' => '[A-Za-z0-9\-]+\=*',
351
                                'type' => 'user|company|hptg|mytq|myta',
351
                                'type' => 'user|company|hptg|mytq|myta',
352
                                'myt_id' => '[A-Za-z0-9\-]+\=*',
352
                                'myt_id' => '[A-Za-z0-9\-]+\=*',
353
                                'hptg_id'=>'[A-Za-z0-9\-]+\=*',
353
                                'hptg_id'=>'[A-Za-z0-9\-]+\=*',