Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15442 Rev 15451
Línea 485... Línea 485...
485
        'discovery-contacts/interactions',
485
        'discovery-contacts/interactions',
486
        'discovery-contacts/interactions/add',
486
        'discovery-contacts/interactions/add',
487
        'discovery-contacts/interactions/delete',
487
        'discovery-contacts/interactions/delete',
488
        'discovery-contacts/logs',
488
        'discovery-contacts/logs',
Línea -... Línea 489...
-
 
489
        
-
 
490
        'my-coach',
-
 
491
        'my-coach/categories',
-
 
492
        'my-coach/categories/add',
-
 
493
        'my-coach/categories/edit',
-
 
494
        'my-coach/categories/delete',
-
 
495
        'my-coach/categories/editors',
-
 
496
        'my-coach/categories/editors/add',
-
 
497
        'my-coach/categories/editors/delete',
-
 
498
        
-
 
499
        
489
        
500
        
Línea 490... Línea 501...
490
        'induction',
501
        'induction',
Línea 491... Línea 502...
491
 
502
 
Línea 1091... Línea 1102...
1091
            'discovery-contacts/interactions',
1102
            'discovery-contacts/interactions',
1092
            'discovery-contacts/interactions/add',
1103
            'discovery-contacts/interactions/add',
1093
            'discovery-contacts/interactions/delete',
1104
            'discovery-contacts/interactions/delete',
1094
            'discovery-contacts/logs',
1105
            'discovery-contacts/logs',
1095
        ],
1106
        ],
-
 
1107
        'my-coach-admin' => [
-
 
1108
            'my-coach',
-
 
1109
            'my-coach/categories',
-
 
1110
            'my-coach/categories/add',
-
 
1111
            'my-coach/categories/edit',
-
 
1112
            'my-coach/categories/delete',
-
 
1113
            'my-coach/categories/editors',
-
 
1114
            'my-coach/categories/editors/add',
-
 
1115
            'my-coach/categories/editors/delete',
-
 
1116
        ]
Línea 1096... Línea 1117...
1096
  
1117
  
1097
    ];
1118
    ];
Línea 1098... Línea 1119...
1098
}
1119
}
Línea 1570... Línea 1591...
1570
                    'label' => 'LABEL_INTERACTION_TYPES',
1591
                    'label' => 'LABEL_INTERACTION_TYPES',
1571
                    'route' => 'discovery-contacts/interaction-types',
1592
                    'route' => 'discovery-contacts/interaction-types',
1572
                ],
1593
                ],
1573
            ],
1594
            ],
1574
        ],
1595
        ],
-
 
1596
        [
-
 
1597
            'label' => 'LABEL_MY_COACH',
-
 
1598
            'route' => 'my-coach',
-
 
1599
            'class' => 'fa fa-book',
-
 
1600
            'pages' => [
-
 
1601
                [
-
 
1602
                    'label' => 'LABEL_CATEGORIES',
-
 
1603
                    'route' => 'my-coach/categories',
-
 
1604
                ],
-
 
1605
            ],
-
 
1606
        ],
Línea 1575... Línea 1607...
1575
        
1607
        
1576
        [
1608
        [
1577
            'label' => 'LABEL_SELF_EVALUATION',
1609
            'label' => 'LABEL_SELF_EVALUATION',
1578
            'route' => 'self-evaluation',
1610
            'route' => 'self-evaluation',