Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 67 Rev 114
Línea 113... Línea 113...
113
        
113
        
114
        'followers',
114
        'followers',
Línea 115... Línea 115...
115
        'followers/delete',
115
        'followers/delete',
116
        
116
        
117
        
-
 
118
        'self-evaluations',
117
        
119
        'self-evaluations/form',
118
        'self-evaluation',
120
        'self-evaluations/form/check',
119
        'self-evaluation/forms',
121
        'self-evaluations/form/add',
-
 
122
        'self-evaluations/form/edit',
-
 
123
        'self-evaluations/form/delete',
-
 
124
        'self-evaluations/form/section',
-
 
125
        'self-evaluations/form/section/add',
-
 
126
        'self-evaluations/form/section/edit',
-
 
127
        'self-evaluations/form/section/delete',
-
 
128
        'self-evaluations/form/section/question',
-
 
129
        'self-evaluations/form/section/question/add',
-
 
130
        'self-evaluations/form/section/question/edit',
-
 
131
        'self-evaluations/form/section/question/delete',
-
 
132
        'self-evaluations/form/section/question/answer',
-
 
133
        'self-evaluations/form/section/question/answer/add',
120
        'self-evaluation/forms/add',
134
        'self-evaluations/form/section/question/answer/edit',
121
        'self-evaluation/forms/edit',
-
 
122
        'self-evaluation/forms/delete',
135
        'self-evaluations/form/section/question/answer/delete',
123
        'self-evaluation/reviews',
136
        'self-evaluations/review',
124
        'self-evaluation/reviews/update',
137
        'self-evaluations/review/update',
125
        
138
        'jobs',
126
        'jobs',
139
        'jobs/add',
127
        'jobs/add',
Línea 355... Línea 343...
355
            'test/method-four',
343
            'test/method-four',
Línea 356... Línea 344...
356
            
344
            
Línea 357... Línea 345...
357
           
345
           
358
        ],  
346
        ],  
359
        
347
        
360
        'creator-self-evaluation' => [
-
 
361
            'self-evaluations',
348
        'creator-self-evaluation' => [      
362
            'self-evaluations/form',
349
            'self-evaluation',
363
            'self-evaluations/form/check',
350
            'self-evaluation/forms',
364
            'self-evaluations/form/add',
-
 
365
            'self-evaluations/form/edit',
-
 
366
            'self-evaluations/form/delete',
-
 
367
            'self-evaluations/form/section',
-
 
368
            'self-evaluations/form/section/add',
-
 
369
            'self-evaluations/form/section/edit',
-
 
370
            'self-evaluations/form/section/delete',
-
 
371
            'self-evaluations/form/section/question',
-
 
372
            'self-evaluations/form/section/question/add',
-
 
373
            'self-evaluations/form/section/question/edit',
-
 
374
            'self-evaluations/form/section/question/delete',
-
 
375
            'self-evaluations/form/section/question/answer',
-
 
376
            'self-evaluations/form/section/question/answer/add',
351
            'self-evaluation/forms/add',
377
            'self-evaluations/form/section/question/answer/edit',
352
            'self-evaluation/forms/edit',
378
            'self-evaluations/form/section/question/answer/delete',
353
            'self-evaluation/forms/delete',
Línea 379... Línea 354...
379
            'self-evaluations/review',
354
            'self-evaluation/reviews',
380
            'self-evaluations/review/update',
355
            'self-evaluation/reviews/update',
Línea 776... Línea 751...
776
            'microlearning/students',
751
            'microlearning/students',
777
            'microlearning/students/change-password',
752
            'microlearning/students/change-password',
778
            'microlearning/students/unblock',
753
            'microlearning/students/unblock',
779
        ],
754
        ],
780
        'self-evaluation-admin' => [
755
        'self-evaluation-admin' => [
781
            'self-evaluations',
756
            'self-evaluation',
782
            'self-evaluations/form',
757
            'self-evaluation/forms',
783
            'self-evaluations/form/check',
-
 
784
            'self-evaluations/form/add',
758
            'self-evaluation/forms/add',
785
            'self-evaluations/form/edit',
759
            'self-evaluation/forms/edit',
786
            'self-evaluations/form/delete',
760
            'self-evaluation/forms/delete',
787
            'self-evaluations/form/section',
-
 
788
            'self-evaluations/form/section/add',
-
 
789
            'self-evaluations/form/section/edit',
-
 
790
            'self-evaluations/form/section/delete',
-
 
791
            'self-evaluations/form/section/question',
-
 
792
            'self-evaluations/form/section/question/add',
-
 
793
            'self-evaluations/form/section/question/edit',
-
 
794
            'self-evaluations/form/section/question/delete',
-
 
795
            'self-evaluations/form/section/question/answer',
-
 
796
            'self-evaluations/form/section/question/answer/add',
-
 
797
            'self-evaluations/form/section/question/answer/edit',
-
 
798
            'self-evaluations/form/section/question/answer/delete',
-
 
799
            'self-evaluations/review',
761
            'self-evaluation/reviews',
800
            'self-evaluations/review/update',
762
            'self-evaluation/reviews/update',
801
        ],
763
        ],
802
    ]; 
764
    ]; 
803
}
765
}
Línea 804... Línea 766...
804
 
766
 
Línea 1012... Línea 974...
1012
            'label' => 'LABEL_FEEDS',
974
            'label' => 'LABEL_FEEDS',
1013
            'route' => 'feeds',
975
            'route' => 'feeds',
1014
            'class' => 'fa fa-rss'
976
            'class' => 'fa fa-rss'
1015
        ],
977
        ],
Línea -... Línea 978...
-
 
978
 
-
 
979
        [
-
 
980
            'label' => 'LABEL_SELF_EVALUATION',
-
 
981
            'route' => 'self-evaluation',
-
 
982
            'class' => 'fa fa-book',
-
 
983
            
-
 
984
            'pages' => [
-
 
985
                [
-
 
986
                    'label' => 'LABEL_FORMS',
-
 
987
                    'route' => 'self-evaluation/forms',
-
 
988
                    
-
 
989
                ],
-
 
990
             ],   
Línea 1016... Línea 991...
1016
 
991
        ],      
1017
        
992
        
1018
        [
993
        [
1019
            'label' => 'LABEL_MICRO_LEARNING',
994
            'label' => 'LABEL_MICRO_LEARNING',