Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2960 Rev 3121
Línea 728... Línea 728...
728
                                'controller' => '\LeadersLinked\Controller\ChatController',
728
                                'controller' => '\LeadersLinked\Controller\ChatController',
729
                                'action' => 'deleteGroup',
729
                                'action' => 'deleteGroup',
730
                            ],
730
                            ],
731
                        ],
731
                        ],
732
                    ],
732
                    ],
-
 
733
                    'open' => [
-
 
734
                        'type' => Segment::class,
-
 
735
                        'options' => [
-
 
736
                            'route' => '/open/:id',
-
 
737
                            'constraints' => [
-
 
738
                                'id' => '[A-Za-z0-9\-]+\=*',
-
 
739
                            ],
-
 
740
                            'defaults' => [
-
 
741
                                'controller' => '\LeadersLinked\Controller\ChatController',
-
 
742
                                'action' => 'open',
-
 
743
                            ],
-
 
744
                        ],
-
 
745
                    ],
733
                    'close' => [
746
                    'close' => [
734
                        'type' => Segment::class,
747
                        'type' => Segment::class,
735
                        'options' => [
748
                        'options' => [
736
                            'route' => '/close/:id',
749
                            'route' => '/close/:id',
737
                            'constraints' => [
750
                            'constraints' => [