Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 559 Rev 571
Línea 1654... Línea 1654...
1654
                                    'route' => '/take-a-test/:id',
1654
                                    'route' => '/take-a-test/:id',
1655
                                    'constraints' => [
1655
                                    'constraints' => [
1656
                                        'id' => '[A-Za-z0-9\-]+\=*'
1656
                                        'id' => '[A-Za-z0-9\-]+\=*'
1657
                                    ],
1657
                                    ],
1658
                                    'defaults' => [
1658
                                    'defaults' => [
1659
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationController',
1659
                                        'controller' => '\LeadersLinked\Controller\SelfEvaluationController',
1660
                                        'action' => 'takeaTest'
1660
                                        'action' => 'takeaTest'
1661
                                    ]
1661
                                    ]
1662
                                ]
1662
                                ]
1663
                            ],
1663
                            ],
1664
                            'report' => [
1664
                            'report' => [