Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7483 Rev 7491
Línea 3927... Línea 3927...
3927
                                        'topic' => [
3927
                                        'topic' => [
3928
                                            'type' => Literal::class,
3928
                                            'type' => Literal::class,
3929
                                            'options' => [
3929
                                            'options' => [
3930
                                                'route' => '/topic',
3930
                                                'route' => '/topic',
3931
                                                'defaults' => [
3931
                                                'defaults' => [
3932
                                                    'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
3932
                                                    'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController',
3933
                                                    'action' => 'index'
3933
                                                    'action' => 'index'
3934
                                                ]
3934
                                                ]
3935
                                            ],'may_terminate' => true,
3935
                                            ],'may_terminate' => true,
3936
                                            'child_routes' => [
3936
                                            'child_routes' => [
Línea 3937... Línea 3937...
3937
                    
3937
                    
3938
                                                'add' => [
3938
                                                'add' => [
3939
                                                    'type' => Literal::class,
3939
                                                    'type' => Literal::class,
3940
                                                    'options' => [
3940
                                                    'options' => [
3941
                                                        'route' => '/add',
3941
                                                        'route' => '/add',
3942
                                                        'defaults' => [
3942
                                                        'defaults' => [
3943
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
3943
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController',
3944
                                                            'action' => 'add'
3944
                                                            'action' => 'add'
3945
                                                        ]
3945
                                                        ]
3946
                                                    ]
3946
                                                    ]
3947
                                                ],
3947
                                                ],
Línea 3951... Línea 3951...
3951
                                                        'route' => '/edit/:id',
3951
                                                        'route' => '/edit/:id',
3952
                                                        'constraints' => [
3952
                                                        'constraints' => [
3953
                                                            'id' => '[A-Za-z0-9\-]+\=*'
3953
                                                            'id' => '[A-Za-z0-9\-]+\=*'
3954
                                                        ],
3954
                                                        ],
3955
                                                        'defaults' => [
3955
                                                        'defaults' => [
3956
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
3956
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController',
3957
                                                            'action' => 'edit'
3957
                                                            'action' => 'edit'
3958
                                                        ]
3958
                                                        ]
3959
                                                    ]
3959
                                                    ]
3960
                                                ],
3960
                                                ],
3961
                                                'delete' => [
3961
                                                'delete' => [
Línea 3964... Línea 3964...
3964
                                                        'route' => '/delete/:id',
3964
                                                        'route' => '/delete/:id',
3965
                                                        'constraints' => [
3965
                                                        'constraints' => [
3966
                                                            'id' => '[A-Za-z0-9\-]+\=*'
3966
                                                            'id' => '[A-Za-z0-9\-]+\=*'
3967
                                                        ],
3967
                                                        ],
3968
                                                        'defaults' => [
3968
                                                        'defaults' => [
3969
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
3969
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController',
3970
                                                            'action' => 'delete'
3970
                                                            'action' => 'delete'
3971
                                                        ]
3971
                                                        ]
3972
                                                    ]
3972
                                                    ]
3973
                                                ]
3973
                                                ]
3974
                                            ],
3974
                                            ],