Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 572 Rev 573
Línea 1669... Línea 1669...
1669
                                    'route' => '/take-a-test/:id',
1669
                                    'route' => '/take-a-test/:id',
1670
                                    'constraints' => [
1670
                                    'constraints' => [
1671
                                        'id' => '[A-Za-z0-9\-]+\=*'
1671
                                        'id' => '[A-Za-z0-9\-]+\=*'
1672
                                    ],
1672
                                    ],
1673
                                    'defaults' => [
1673
                                    'defaults' => [
1674
                                        'controller' => '\LeadersLinked\Controller\SelfEvaluationController',
1674
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationController',
1675
                                        'action' => 'takeaTest'
1675
                                        'action' => 'takeaTest'
1676
                                    ]
1676
                                    ]
1677
                                ]
1677
                                ]
1678
                            ],
1678
                            ],
1679
                            'report' => [
1679
                            'report' => [