Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11003 Rev 11082
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_uuid]',
348
                            'route' => '/timeline[/:id]/[/type/:type][/urgent/:urgent][/myt_id/:myt_id][/feed/:feed][/topic_uuid/:topic_uuid]',
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
                                'feed' => '[A-Za-z0-9\-]+\=*',
353
                                'feed' => '[A-Za-z0-9\-]+\=*',
354
                                'topic_id' => '[A-Za-z0-9\-]+\=*',
354
                                'topic_uuid' => '[A-Za-z0-9\-]+\=*',
355
                                'urgent' => 'u',
355
                                'urgent' => 'u',
356
                            ],
356
                            ],
357
                            'defaults' => [
357
                            'defaults' => [
358
                                'controller' => '\LeadersLinked\Controller\FeedController',
358
                                'controller' => '\LeadersLinked\Controller\FeedController',
359
                                'action' => 'timeline'
359
                                'action' => 'timeline'
Línea 4037... Línea 4037...
4037
                                ]
4037
                                ]
4038
                            ],
4038
                            ],
4039
                            'edit' => [
4039
                            'edit' => [
4040
                                'type' => Segment::class,
4040
                                'type' => Segment::class,
4041
                                'options' => [
4041
                                'options' => [
4042
                                    'route' => '/edit/:group_uuid',
4042
                                    'route' => '/edit/:group_id',
4043
                                    'constraints' => [
4043
                                    'constraints' => [
4044
                                        'group_uuid' => '[A-Za-z0-9\-]+\=*'
4044
                                        'group_id' => '[A-Za-z0-9\-]+\=*'
4045
                                    ],
4045
                                    ],
4046
                                    'defaults' => [
4046
                                    'defaults' => [
4047
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsController',
4047
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsController',
4048
                                        'action' => 'edit'
4048
                                        'action' => 'edit'
4049
                                    ]
4049
                                    ]
4050
                                ]
4050
                                ]
4051
                            ],
4051
                            ],
4052
                            'delete' => [
4052
                            'delete' => [
4053
                                'type' => Segment::class,
4053
                                'type' => Segment::class,
4054
                                'options' => [
4054
                                'options' => [
4055
                                    'route' => '/delete/:group_uuid',
4055
                                    'route' => '/delete/:group_id',
4056
                                    'constraints' => [
4056
                                    'constraints' => [
4057
                                        'group_uuid' => '[A-Za-z0-9\-]+\=*'
4057
                                        'group_id' => '[A-Za-z0-9\-]+\=*'
4058
                                    ],
4058
                                    ],
4059
                                    'defaults' => [
4059
                                    'defaults' => [
4060
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsController',
4060
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsController',
4061
                                        'action' => 'delete'
4061
                                        'action' => 'delete'
4062
                                    ]
4062
                                    ]
4063
                                ]
4063
                                ]
4064
                            ],'view' => [
4064
                            ],'view' => [
4065
                                'type' => Segment::class,
4065
                                'type' => Segment::class,
4066
                                'options' => [
4066
                                'options' => [
4067
                                    'route' => '/view/:group_uuid',
4067
                                    'route' => '/view/:group_id',
4068
                                    'constraints' => [
4068
                                    'constraints' => [
4069
                                        'group_uuid' => '[A-Za-z0-9\-]+\=*',
4069
                                        'group_id' => '[A-Za-z0-9\-]+\=*',
4070
                                    ],
4070
                                    ],
4071
                                    'defaults' => [
4071
                                    'defaults' => [
4072
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
4072
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
4073
                                        'action' => 'index'
4073
                                        'action' => 'index'
4074
                                    ]
4074
                                    ]