Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14293 Rev 14294
Línea 2439... Línea 2439...
2439
                                ]
2439
                                ]
2440
                            ],
2440
                            ],
2441
                            'delete' => [
2441
                            'delete' => [
2442
                                'type' => Segment::class,
2442
                                'type' => Segment::class,
2443
                                'options' => [
2443
                                'options' => [
2444
                                    'route' => '/delete/[:id[/:idComp]]',
2444
                                    'route' => '/delete/:id',
2445
                                    'constraints' => [
2445
                                    'constraints' => [
2446
                                        'id' => '[A-Za-z0-9\-]+\=*'
2446
                                        'id' => '[A-Za-z0-9\-]+\=*'
2447
                                        ,
-
 
2448
                                        'idComp' => '[A-Za-z0-9\-]+\=*'
-
 
2449
                                    ],
2447
                                    ],
2450
                                    'defaults' => [
2448
                                    'defaults' => [
2451
                                        'controller' => '\LeadersLinked\Controller\BehaviorsController',
2449
                                        'controller' => '\LeadersLinked\Controller\BehaviorsController',
2452
                                        'action' => 'delete'
2450
                                        'action' => 'delete'
2453
                                    ]
2451
                                    ]