Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7614 Rev 7617
Línea 3948... Línea 3948...
3948
                                                    ]
3948
                                                    ]
3949
                                                ],
3949
                                                ],
3950
                                                'edit' => [
3950
                                                'edit' => [
3951
                                                    'type' => Segment::class,
3951
                                                    'type' => Segment::class,
3952
                                                    'options' => [
3952
                                                    'options' => [
3953
                                                        'route' => '/edit/:id_topic',
3953
                                                        'route' => '/edit/:topic_id',
3954
                                                        'constraints' => [
3954
                                                        'constraints' => [
3955
                                                            'id_topic' => '[A-Za-z0-9\-]+\=*'
3955
                                                            'topic_id' => '[A-Za-z0-9\-]+\=*'
3956
                                                        ],
3956
                                                        ],
3957
                                                        'defaults' => [
3957
                                                        'defaults' => [
3958
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController',
3958
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController',
3959
                                                            'action' => 'edit'
3959
                                                            'action' => 'edit'
3960
                                                        ]
3960
                                                        ]
3961
                                                    ]
3961
                                                    ]
3962
                                                ],
3962
                                                ],
3963
                                                'delete' => [
3963
                                                'delete' => [
3964
                                                    'type' => Segment::class,
3964
                                                    'type' => Segment::class,
3965
                                                    'options' => [
3965
                                                    'options' => [
3966
                                                        'route' => '/delete/:id_topic',
3966
                                                        'route' => '/delete/:topic_id',
3967
                                                        'constraints' => [
3967
                                                        'constraints' => [
3968
                                                            'id_topic' => '[A-Za-z0-9\-]+\=*'
3968
                                                            'topic_id' => '[A-Za-z0-9\-]+\=*'
3969
                                                        ],
3969
                                                        ],
3970
                                                        'defaults' => [
3970
                                                        'defaults' => [
3971
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController',
3971
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController',
3972
                                                            'action' => 'delete'
3972
                                                            'action' => 'delete'
3973
                                                        ]
3973
                                                        ]