Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13363 Rev 13411
Línea 5429... Línea 5429...
5429
                                        'controller' => '\LeadersLinked\Controller\DevelopmentContentWaitingController',
5429
                                        'controller' => '\LeadersLinked\Controller\DevelopmentContentWaitingController',
5430
                                        'action' => 'edit'
5430
                                        'action' => 'edit'
5431
                                    ]
5431
                                    ]
5432
                                ]
5432
                                ]
5433
                            ],
5433
                            ],
-
 
5434
                            'aproved' => [
-
 
5435
                                'type' => Segment::class,
-
 
5436
                                'options' => [
-
 
5437
                                    'route' => '/aproved/:id',
-
 
5438
                                    'constraints' => [
-
 
5439
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
5440
                                    ],
-
 
5441
                                    'defaults' => [
-
 
5442
                                        'controller' => '\LeadersLinked\Controller\DevelopmentContentWaitingController',
-
 
5443
                                        'action' => 'aproved'
-
 
5444
                                    ]
-
 
5445
                                ]
-
 
5446
                            ],
5434
                            'delete' => [
5447
                            'delete' => [
5435
                                'type' => Segment::class,
5448
                                'type' => Segment::class,
5436
                                'options' => [
5449
                                'options' => [
5437
                                    'route' => '/delete/:id',
5450
                                    'route' => '/delete/:id',
5438
                                    'constraints' => [
5451
                                    'constraints' => [