Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15387 Rev 15390
Línea 996... Línea 996...
996
                                        'controller' => '\LeadersLinked\Controller\MicrolearningReportsController',
996
                                        'controller' => '\LeadersLinked\Controller\MicrolearningReportsController',
997
                                        'action' => 'commentsForCapsule'
997
                                        'action' => 'commentsForCapsule'
998
                                    ]
998
                                    ]
999
                                ]
999
                                ]
1000
                            ],
1000
                            ],
1001
                            'devices' => [
1001
                            'devices-and-access' => [
1002
                                'type' => Literal::class,
1002
                                'type' => Literal::class,
1003
                                'options' => [
1003
                                'options' => [
1004
                                    'route' => '/devices',
1004
                                    'route' => '/devices-and-access',
1005
                                    'defaults' => [
1005
                                    'defaults' => [
1006
                                        'controller' => '\LeadersLinked\Controller\MicrolearningReportsController',
1006
                                        'controller' => '\LeadersLinked\Controller\MicrolearningReportsController',
1007
                                        'action' => 'devices'
1007
                                        'action' => 'devicesAndAccess'
1008
                                    ]
1008
                                    ]
1009
                                ]
1009
                                ],
-
 
1010
                                'may_terminate' => true,
-
 
1011
                                'child_routes' => [
-
 
1012
                                    'excel' => [
-
 
1013
                                        'type' => Literal::class,
-
 
1014
                                        'options' => [
-
 
1015
                                            'route' => '/excel',
-
 
1016
                                            'defaults' => [
-
 
1017
                                                'controller' => '\LeadersLinked\Controller\MicrolearningReportsController',
-
 
1018
                                                'action' => 'devicesAndAccess'
-
 
1019
                                            ]
-
 
1020
                                        ]
-
 
1021
                                    ],
-
 
1022
                                ],
1010
                            ],
1023
                            ],
1011
                        ]
1024
                        ]
1012
                    ],
1025
                    ],
1013
                    'content' => [
1026
                    'content' => [
1014
                        'type' => Literal::class,
1027
                        'type' => Literal::class,