Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 2247 Rev 2248
Línea 2917... Línea 2917...
2917
                'may_terminate' => true,
2917
                'may_terminate' => true,
2918
                'child_routes' => [
2918
                'child_routes' => [
2919
                    'objectives' => [
2919
                    'objectives' => [
2920
                        'type' => Literal::class,
2920
                        'type' => Literal::class,
2921
                        'options' => [
2921
                        'options' => [
2922
                            'route' => '/planning-objectives-and-goals/objectives',
2922
                            'route' => '/objectives',
2923
                            'defaults' => [
2923
                            'defaults' => [
2924
                                'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
2924
                                'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
2925
                                'action' => 'index'
2925
                                'action' => 'index'
2926
                            ]
2926
                            ]
2927
                        ]
2927
                        ]