Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7624 Rev 7629
Línea 3911... Línea 3911...
3911
                                    ]
3911
                                    ]
3912
                                ]
3912
                                ]
3913
                            ],'view' => [
3913
                            ],'view' => [
3914
                                'type' => Segment::class,
3914
                                'type' => Segment::class,
3915
                                'options' => [
3915
                                'options' => [
3916
                                    'route' => '/view/:id[:topic_uuid]',
3916
                                    'route' => '/view/:id',
3917
                                    'constraints' => [
3917
                                    'constraints' => [
3918
                                        'id' => '[A-Za-z0-9\-]+\=*',
3918
                                        'id' => '[A-Za-z0-9\-]+\=*',
3919
                                        'topic_uuid' => '[A-Za-z0-9\-]+\=*',
-
 
3920
                                    ],
3919
                                    ],
3921
                                    'defaults' => [
3920
                                    'defaults' => [
3922
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
3921
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
3923
                                        'action' => 'index'
3922
                                        'action' => 'index'
3924
                                    ]
3923
                                    ]
Línea 3957... Línea 3956...
3957
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController',
3956
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController',
3958
                                                            'action' => 'edit'
3957
                                                            'action' => 'edit'
3959
                                                        ]
3958
                                                        ]
3960
                                                    ]
3959
                                                    ]
3961
                                                ],
3960
                                                ],
-
 
3961
                                                'view' => [
-
 
3962
                                                    'type' => Segment::class,
-
 
3963
                                                    'options' => [
-
 
3964
                                                        'route' => '[/:topic_id]',
-
 
3965
                                                        'constraints' => [
-
 
3966
                                                            'topic_id' => '[A-Za-z0-9\-]+\=*'
-
 
3967
                                                        ],
-
 
3968
                                                        'defaults' => [
-
 
3969
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
-
 
3970
                                                            'action' => 'index'
-
 
3971
                                                        ]
-
 
3972
                                                    ]
-
 
3973
                                                ],
3962
                                                'delete' => [
3974
                                                'delete' => [
3963
                                                    'type' => Segment::class,
3975
                                                    'type' => Segment::class,
3964
                                                    'options' => [
3976
                                                    'options' => [
3965
                                                        'route' => '/delete/:topic_id',
3977
                                                        'route' => '/delete/:topic_id',
3966
                                                        'constraints' => [
3978
                                                        'constraints' => [