Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7823 Rev 7834
Línea 3887... Línea 3887...
3887
                                ]
3887
                                ]
3888
                            ],
3888
                            ],
3889
                            'edit' => [
3889
                            'edit' => [
3890
                                'type' => Segment::class,
3890
                                'type' => Segment::class,
3891
                                'options' => [
3891
                                'options' => [
3892
                                    'route' => '/edit/:id',
3892
                                    'route' => '/edit/:group_uuid',
3893
                                    'constraints' => [
3893
                                    'constraints' => [
3894
                                        'id' => '[A-Za-z0-9\-]+\=*'
3894
                                        'group_uuid' => '[A-Za-z0-9\-]+\=*'
3895
                                    ],
3895
                                    ],
3896
                                    'defaults' => [
3896
                                    'defaults' => [
3897
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsController',
3897
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsController',
3898
                                        'action' => 'edit'
3898
                                        'action' => 'edit'
3899
                                    ]
3899
                                    ]
3900
                                ]
3900
                                ]
3901
                            ],
3901
                            ],
3902
                            'delete' => [
3902
                            'delete' => [
3903
                                'type' => Segment::class,
3903
                                'type' => Segment::class,
3904
                                'options' => [
3904
                                'options' => [
3905
                                    'route' => '/delete/:id',
3905
                                    'route' => '/delete/:group_uuid',
3906
                                    'constraints' => [
3906
                                    'constraints' => [
3907
                                        'id' => '[A-Za-z0-9\-]+\=*'
3907
                                        'group_uuid' => '[A-Za-z0-9\-]+\=*'
3908
                                    ],
3908
                                    ],
3909
                                    'defaults' => [
3909
                                    'defaults' => [
3910
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsController',
3910
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsController',
3911
                                        'action' => 'delete'
3911
                                        'action' => 'delete'
3912
                                    ]
3912
                                    ]
3913
                                ]
3913
                                ]
3914
                            ],'view' => [
3914
                            ],'view' => [
3915
                                'type' => Segment::class,
3915
                                'type' => Segment::class,
3916
                                'options' => [
3916
                                'options' => [
3917
                                    'route' => '/view/:id',
3917
                                    'route' => '/view/:group_uuid',
3918
                                    'constraints' => [
3918
                                    'constraints' => [
3919
                                        'id' => '[A-Za-z0-9\-]+\=*',
3919
                                        'group_uuid' => '[A-Za-z0-9\-]+\=*',
3920
                                    ],
3920
                                    ],
3921
                                    'defaults' => [
3921
                                    'defaults' => [
3922
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
3922
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
3923
                                        'action' => 'index'
3923
                                        'action' => 'index'
3924
                                    ]
3924
                                    ]
Línea 3957... Línea 3957...
3957
                                                    ]
3957
                                                    ]
3958
                                                ],
3958
                                                ],
3959
                                                'edit' => [
3959
                                                'edit' => [
3960
                                                    'type' => Segment::class,
3960
                                                    'type' => Segment::class,
3961
                                                    'options' => [
3961
                                                    'options' => [
3962
                                                        'route' => '/edit/:topic_id',
3962
                                                        'route' => '/edit/:topic_uuid',
3963
                                                        'constraints' => [
3963
                                                        'constraints' => [
3964
                                                            'topic_id' => '[A-Za-z0-9\-]+\=*'
3964
                                                            'topic_uuid' => '[A-Za-z0-9\-]+\=*'
3965
                                                        ],
3965
                                                        ],
3966
                                                        'defaults' => [
3966
                                                        'defaults' => [
3967
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController',
3967
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController',
3968
                                                            'action' => 'edit'
3968
                                                            'action' => 'edit'
3969
                                                        ]
3969
                                                        ]
3970
                                                    ]
3970
                                                    ]
3971
                                                ],
3971
                                                ],
3972
                                                'view' => [
3972
                                                'view' => [
3973
                                                    'type' => Segment::class,
3973
                                                    'type' => Segment::class,
3974
                                                    'options' => [
3974
                                                    'options' => [
3975
                                                        'route' => '/view[/:topic_id]',
3975
                                                        'route' => '/view[/:topic_uuid]',
3976
                                                        'constraints' => [
3976
                                                        'constraints' => [
3977
                                                            'topic_id' => '[A-Za-z0-9\-]+\=*'
3977
                                                            'topic_uuid' => '[A-Za-z0-9\-]+\=*'
3978
                                                        ],
3978
                                                        ],
3979
                                                        'defaults' => [
3979
                                                        'defaults' => [
3980
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
3980
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
3981
                                                            'action' => 'index'
3981
                                                            'action' => 'index'
3982
                                                        ]
3982
                                                        ]
3983
                                                    ]
3983
                                                    ]
3984
                                                ],
3984
                                                ],
3985
                                                'delete' => [
3985
                                                'delete' => [
3986
                                                    'type' => Segment::class,
3986
                                                    'type' => Segment::class,
3987
                                                    'options' => [
3987
                                                    'options' => [
3988
                                                        'route' => '/delete/:topic_id',
3988
                                                        'route' => '/delete/:topic_uuid',
3989
                                                        'constraints' => [
3989
                                                        'constraints' => [
3990
                                                            'topic_id' => '[A-Za-z0-9\-]+\=*'
3990
                                                            'topic_uuid' => '[A-Za-z0-9\-]+\=*'
3991
                                                        ],
3991
                                                        ],
3992
                                                        'defaults' => [
3992
                                                        'defaults' => [
3993
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController',
3993
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController',
3994
                                                            'action' => 'delete'
3994
                                                            'action' => 'delete'
3995
                                                        ]
3995
                                                        ]