Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13798 Rev 13857
Línea 4790... Línea 4790...
4790
                                                    ]
4790
                                                    ]
4791
                                                ],
4791
                                                ],
4792
                                                'add' => [
4792
                                                'add' => [
4793
                                                    'type' => Segment::class,
4793
                                                    'type' => Segment::class,
4794
                                                    'options' => [
4794
                                                    'options' => [
4795
                                                        'route' => '/add[/company/:company_id][/group/:group_id][/encoding/:encoding][/type/:type][/feed/:feed][/myt_id/:myt_id][/hptg_id/:hptg_id][/topic_id/:topic_id]',
4795
                                                        'route' => '/add[/group/:group_id][/encoding/:encoding][/topic_id/:topic_id]',
4796
                                                        'constraints' => [
4796
                                                        'constraints' => [
4797
                                                            'company_id' => '[A-Za-z0-9\-]+\=*',
4797
                                                            'company_id' => '[A-Za-z0-9\-]+\=*',
4798
                                                            'group_id' => '[A-Za-z0-9\-]+\=*',
4798
                                                            'group_id' => '[A-Za-z0-9\-]+\=*',
4799
                                                            'hptg_id' => '[A-Za-z0-9\-]+\=*',
4799
                                                            'hptg_id' => '[A-Za-z0-9\-]+\=*',
4800
                                                            'topic_id' => '[A-Za-z0-9\-]+\=*',
4800
                                                            'topic_id' => '[A-Za-z0-9\-]+\=*',
4801
                                                            'myt_id' => '[A-Za-z0-9\-]+\=*',
4801
                                                            'myt_id' => '[A-Za-z0-9\-]+\=*',
4802
                                                            'type' => 'group|company|hptg|mytq|myta',
4802
                                                            'type' => 'group|company|hptg',
4803
                                                            'encoding' => 'base64'
4803
                                                            'encoding' => 'base64'
4804
                                                        ],
4804
                                                        ],
4805
                                                        'defaults' => [
4805
                                                        'defaults' => [
4806
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewFeedController',
4806
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewFeedController',
4807
                                                            'action' => 'add'
4807
                                                            'action' => 'add'