Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 5658 Rev 5732
Línea 3568... Línea 3568...
3568
                                    'constraints' => [
3568
                                    'constraints' => [
3569
                                        'survey_id' => '[A-Za-z0-9\-]+\=*'
3569
                                        'survey_id' => '[A-Za-z0-9\-]+\=*'
3570
                                    ],
3570
                                    ],
3571
                                    'defaults' => [
3571
                                    'defaults' => [
3572
                                        'controller' => '\LeadersLinked\Controller\SurveyTestController',
3572
                                        'controller' => '\LeadersLinked\Controller\SurveyTestController',
3573
                                        'action' => 'add'
3573
                                        'action' => 'add',
-
 
3574
                                        'survey_id' => '',
3574
                                    ],
3575
                                    ],
3575
                                ],
3576
                                ],
3576
                            ],
3577
                            ],
3577
                            'edit' => [
3578
                            'edit' => [
3578
                                'type' => Segment::class,
3579
                                'type' => Segment::class,