Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14411 Rev 14459
Línea 5552... Línea 5552...
5552
                                        'controller' => '\LeadersLinked\Controller\DevelopmentContentWaitingController',
5552
                                        'controller' => '\LeadersLinked\Controller\DevelopmentContentWaitingController',
5553
                                        'action' => 'getContent'
5553
                                        'action' => 'getContent'
5554
                                    ]
5554
                                    ]
5555
                                ]
5555
                                ]
5556
                            ],
5556
                            ],
-
 
5557
                            'filter' => [
-
 
5558
                                'type' => Segment::class,
-
 
5559
                                'options' => [
-
 
5560
                                    'route' => '/filter',
-
 
5561
                                    'defaults' => [
-
 
5562
                                        'controller' => '\LeadersLinked\Controller\DevelopmentContentWaitingController',
-
 
5563
                                        'action' => 'filter'
-
 
5564
                                    ]
-
 
5565
                                ]
-
 
5566
                            ],
5557
                            'edit' => [
5567
                            'edit' => [
5558
                                'type' => Segment::class,
5568
                                'type' => Segment::class,
5559
                                'options' => [
5569
                                'options' => [
5560
                                    'route' => '/edit/:id',
5570
                                    'route' => '/edit/:id',
5561
                                    'constraints' => [
5571
                                    'constraints' => [