Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 281 Rev 483
Línea 1682... Línea 1682...
1682
                                        'controller' => '\LeadersLinked\Controller\SelfEvaluationController',
1682
                                        'controller' => '\LeadersLinked\Controller\SelfEvaluationController',
1683
                                        'action' => 'takeaTest'
1683
                                        'action' => 'takeaTest'
1684
                                    ]
1684
                                    ]
1685
                                ]
1685
                                ]
1686
                            ],
1686
                            ],
1687
                            'reports' => [
1687
                            'report' => [
1688
                                'type' => Literal::class,
1688
                                'type' => Literal::class,
1689
                                'options' => [
1689
                                'options' => [
1690
                                    'route' => '/reports/:id',
1690
                                    'route' => '/report/:id',
1691
                                    'constraints' => [
1691
                                    'constraints' => [
1692
                                        'id' => '[A-Za-z0-9\-]+\=*'
1692
                                        'id' => '[A-Za-z0-9\-]+\=*'
1693
                                    ],
1693
                                    ],
1694
                                    'defaults' => [
1694
                                    'defaults' => [
1695
                                        'controller' => '\LeadersLinked\Controller\SelfEvaluationController',
1695
                                        'controller' => '\LeadersLinked\Controller\SelfEvaluationController',