Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 242 Rev 263
Línea 24... Línea 24...
24
                    ],
24
                    ],
25
                    [
25
                    [
26
                        'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
26
                        'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
27
                        'route' => 'profile/people-viewed-profile'
27
                        'route' => 'profile/people-viewed-profile'
Línea -... Línea 28...
-
 
28
                        
-
 
29
                    ],
-
 
30
                    [
-
 
31
                        'label' => 'LABEL_SELF_EVALUATION',
-
 
32
                        'route' => 'profile/self-evaluation'
28
                        
33
                        
Línea -... Línea 34...
-
 
34
                    ]
29
                    ]
35
                    
30
                    
36
                    
31
                ]
37
                ]
32
            ],
38
            ],
33
            [
39
            [
Línea 1651... Línea 1657...
1651
                                'action' => 'peopleViewedProfile'
1657
                                'action' => 'peopleViewedProfile'
1652
                            ]
1658
                            ]
1653
                        ]
1659
                        ]
1654
                    ],
1660
                    ],
Línea -... Línea 1661...
-
 
1661
 
-
 
1662
 
-
 
1663
                    'self-evaluation' => [
-
 
1664
                        'type' => Literal::class,
-
 
1665
                        'options' => [
-
 
1666
                            'route' => '/self-evaluation',
-
 
1667
                            'defaults' => [
-
 
1668
                                'controller' => '\LeadersLinked\Controller\ProfileMicrolearningController',
-
 
1669
                                'action' => 'index'
-
 
1670
                            ]
-
 
1671
                        ],
-
 
1672
                        'may_terminate' => true,
-
 
1673
                        'child_routes' => [
-
 
1674
                            'take-a-test' => [
-
 
1675
                                'type' => Literal::class,
-
 
1676
                                'options' => [
-
 
1677
                                    'route' => '/take-a-test',
-
 
1678
                                    'defaults' => [
-
 
1679
                                        'controller' => '\LeadersLinked\Controller\ProfileMicrolearningController',
-
 
1680
                                        'action' => 'index'
-
 
1681
                                    ]
-
 
1682
                                ]
-
 
1683
                            ],
-
 
1684
                            'report' => [
-
 
1685
                                'type' => Literal::class,
-
 
1686
                                'options' => [
-
 
1687
                                    'route' => '/report',
-
 
1688
                                    'defaults' => [
-
 
1689
                                        'controller' => '\LeadersLinked\Controller\ProfileMicrolearningController',
-
 
1690
                                         'action' => 'index'
-
 
1691
                                    ]
-
 
1692
                                ]
-
 
1693
                            ],
-
 
1694
                            
-
 
1695
                        ]
-
 
1696
                    ],
-
 
1697
                     
-
 
1698
 
-
 
1699
 
-
 
1700
 
-
 
1701
 
-
 
1702
 
1655
 
1703
 
1656
                    'view' => [
1704
                    'view' => [
1657
                        'type' => Segment::class,
1705
                        'type' => Segment::class,
1658
                        'options' => [
1706
                        'options' => [
1659
                            'route' => '/view/:id',
1707
                            'route' => '/view/:id',