Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 13524 | Rev 13526 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 www 1
<?php
779 geraldo 2
 
1 www 3
use LeadersLinked\Model\UserType;
4
 
779 geraldo 5
function getAclResources() {
1 www 6
    return [
7
        'home',
8
        'signin-admin',
9
        'signin-company',
10
        'dashboard',
11
        'signout',
12
        'storage',
13
        'settings',
14
        'settings/company-sizes',
15
        'settings/company-sizes/add',
16
        'settings/company-sizes/edit',
17
        'settings/company-sizes/delete',
18
        'settings/competency-types',
19
        'settings/competency-types/add',
20
        'settings/competency-types/edit',
21
        'settings/competency-types/delete',
8536 efrain 22
        'settings/competency-types/import',
1102 geraldo 23
        'settings/behaviors',
24
        'settings/behaviors/add',
1138 geraldo 25
        'settings/behaviors/edit',
1 www 26
        'settings/competencies',
27
        'settings/competencies/add',
28
        'settings/competencies/edit',
29
        'settings/competencies/delete',
28 efrain 30
        'settings/competencies/import',
1 www 31
        'settings/degrees',
32
        'settings/degrees/add',
33
        'settings/degrees/edit',
34
        'settings/degrees/delete',
35
        'settings/email-templates',
36
        'settings/email-templates/edit',
37
        'settings/push-templates',
38
        'settings/push-templates/edit',
39
        'settings/group-types',
40
        'settings/group-types/add',
41
        'settings/group-types/edit',
42
        'settings/group-types/delete',
43
        'settings/industries',
44
        'settings/industries/add',
45
        'settings/industries/edit',
46
        'settings/industries/delete',
1328 eleazar 47
        //'settings/jobs-interview',
48
        //'settings/jobs-interview/form',
49
        //'settings/jobs-interview/form/add',
50
        //'settings/jobs-interview/form/delete',
51
        //'settings/jobs-interview/form/edit',
1 www 52
        'settings/job-categories',
53
        'settings/job-categories/add',
54
        'settings/job-categories/edit',
55
        'settings/job-categories/delete',
28 efrain 56
        'settings/jobs-description',
57
        'settings/jobs-description/add',
58
        'settings/jobs-description/edit',
59
        'settings/jobs-description/delete',
561 geraldo 60
        'settings/jobs-description/report',
846 geraldo 61
        'settings/jobs-description/import',
67 efrain 62
        'settings/positions',
63
        'settings/positions/add',
64
        'settings/positions/edit',
65
        'settings/positions/delete',
1320 efrain 66
        'settings/positions/subordinates',
1 www 67
        'settings/skills',
68
        'settings/skills/add',
69
        'settings/skills/edit',
70
        'settings/skills/delete',
71
        'publications',
72
        'publications/posts',
73
        'publications/posts/add',
74
        'publications/posts/edit',
75
        'publications/posts/delete',
76
        'publications/pages',
77
        'publications/pages/add',
78
        'publications/pages/edit',
79
        'publications/pages/delete',
80
        'users',
81
        'users/change-password',
82
        'users/unblock',
83
        'users/invite',
84
        'users/accept',
85
        'users/cancel',
86
        'users/reject',
87
        'users/edit',
88
        'users/upload',
129 efrain 89
        'users/email-verify',
1 www 90
        'companies',
91
        'companies/edit',
92
        'companies/services',
93
        'companies/roles',
94
        //Company
95
        'profile',
96
        'profile/extended',
97
        'profile/cover',
98
        'profile/image',
779 geraldo 99
        'profile/header',
100
        'profile/footer',
1 www 101
        'profile/website',
102
        'profile/foundation_year',
103
        'profile/location',
104
        'profile/social-network',
105
        'profile/company-size',
106
        'profile/industry',
107
        'profile/delete',
13065 nelberth 108
 
1 www 109
        'feeds',
110
        'feeds/timeline',
10123 nelberth 111
        'feeds/onefeed',
1 www 112
        'feeds/delete',
113
        'feeds/comments',
114
        'feeds/comments/delete',
8395 nelberth 115
        'feeds/comments/answer',
116
 
117
 
1 www 118
        'feeds/add',
119
        'followers',
120
        'followers/delete',
114 efrain 121
        'self-evaluation',
122
        'self-evaluation/forms',
123
        'self-evaluation/forms/add',
124
        'self-evaluation/forms/edit',
125
        'self-evaluation/forms/delete',
115 efrain 126
        'self-evaluation/users',
127
        'self-evaluation/users/add',
128
        'self-evaluation/users/delete',
114 efrain 129
        'self-evaluation/reviews',
115 efrain 130
        'self-evaluation/reviews/edit',
470 geraldo 131
        'self-evaluation/reviews/report',
946 geraldo 132
        'performance-evaluation',
133
        'performance-evaluation/forms',
134
        'performance-evaluation/forms/add',
135
        'performance-evaluation/forms/edit',
136
        'performance-evaluation/forms/delete',
1383 efrain 137
        'performance-evaluation/evaluations',
138
        'performance-evaluation/evaluations/add',
7870 eleazar 139
        'performance-evaluation/evaluations/self',
140
        'performance-evaluation/evaluations/both',
141
        'performance-evaluation/evaluations/superviser',
8068 eleazar 142
        'performance-evaluation/evaluations/user-by-email',
1383 efrain 143
        'performance-evaluation/evaluations/edit',
144
        'performance-evaluation/evaluations/delete',
8220 eleazar 145
        'performance-evaluation/evaluations/report-self',
146
        'performance-evaluation/evaluations/report-both',
8249 eleazar 147
        'performance-evaluation/evaluations/report-superviser',
1383 efrain 148
        'performance-evaluation/evaluations/users',
149
        'performance-evaluation/evaluations/users/add',
150
        'performance-evaluation/evaluations/users/delete',
151
 
1263 geraldo 152
        'performance-evaluation/forms/report',
1320 efrain 153
        'performance-evaluation/reviews',
154
        'performance-evaluation/reviews/pdf',
1477 efrain 155
 
156
        'recruitment-and-selection',
157
        'recruitment-and-selection/vacancies',
158
        'recruitment-and-selection/vacancies/add',
159
        'recruitment-and-selection/vacancies/edit',
160
        'recruitment-and-selection/vacancies/delete',
161
        'recruitment-and-selection/candidates',
162
        'recruitment-and-selection/candidates/add',
163
        'recruitment-and-selection/candidates/edit',
164
        'recruitment-and-selection/candidates/delete',
1636 eleazar 165
        'recruitment-and-selection/user-by-email',
1710 eleazar 166
        'recruitment-and-selection/interview',
1709 eleazar 167
        'recruitment-and-selection/interview/form',
8757 eleazar 168
        'recruitment-and-selection/interview/form/file',
1709 eleazar 169
        'recruitment-and-selection/interview/form/add',
170
        'recruitment-and-selection/interview/form/edit',
171
        'recruitment-and-selection/interview/form/delete',
172
        'recruitment-and-selection/interview/report',
3587 eleazar 173
        'recruitment-and-selection/interview/vacancy',
4367 eleazar 174
        'recruitment-and-selection/interview/type',
8782 eleazar 175
        'recruitment-and-selection/interview/file',
176
        'recruitment-and-selection/interview/file/add',
177
        'recruitment-and-selection/interview/file/edit',
178
        'recruitment-and-selection/interview/file/delete',
4375 eleazar 179
        'survey',
4579 eleazar 180
        'survey/add',
181
        'survey/edit',
182
        'survey/delete',
183
        'survey/segment',
4375 eleazar 184
        'survey/form',
185
        'survey/form/add',
186
        'survey/form/edit',
187
        'survey/form/delete',
5287 eleazar 188
        'survey/test',
189
        'survey/test/add',
6662 eleazar 190
        'survey/test/report',
5287 eleazar 191
        'survey/test/delete',
5823 eleazar 192
        'survey/report',
6497 eleazar 193
        'survey/report/overview',
5823 eleazar 194
        'survey/report/all',
7024 eleazar 195
        'survey/report/csv',
7218 eleazar 196
        'organizational-climate',
197
        'organizational-climate/add',
198
        'organizational-climate/edit',
199
        'organizational-climate/delete',
200
        'organizational-climate/segment',
201
        'organizational-climate/form',
202
        'organizational-climate/form/add',
203
        'organizational-climate/form/edit',
204
        'organizational-climate/form/delete',
205
        'organizational-climate/test',
206
        'organizational-climate/test/add',
207
        'organizational-climate/test/report',
208
        'organizational-climate/test/delete',
209
        'organizational-climate/report',
210
        'organizational-climate/report/overview',
211
        'organizational-climate/report/all',
212
        'organizational-climate/report/csv',
1 www 213
        'jobs',
214
        'jobs/add',
215
        'jobs/delete',
216
        'jobs/users-who-applied',
217
        'jobs/edit',
218
        'jobs/edit/title',
219
        'jobs/edit/status',
220
        'jobs/edit/last-date-of-application',
221
        'jobs/edit/employment-type',
222
        'jobs/edit/experience',
223
        'jobs/edit/job-category',
224
        'jobs/edit/extended',
225
        'jobs/edit/location',
226
        'jobs/edit/salary',
227
        'jobs/edit/languages',
228
        'jobs/edit/degrees',
229
        'jobs/edit/skills',
230
        'jobs/edit/how-apply',
231
        'microlearning',
232
        'microlearning/overview',
233
        'microlearning/reports',
2 efrain 234
        'microlearning/reports/progress',
235
        'microlearning/reports/devices',
187 efrain 236
        'microlearning/reports/comments-for-capsule',
1 www 237
        'microlearning/content',
238
        'microlearning/content/topics',
239
        'microlearning/content/topics/add',
240
        'microlearning/content/topics/edit',
241
        'microlearning/content/topics/delete',
242
        'microlearning/content/capsules',
243
        'microlearning/content/capsules/add',
244
        'microlearning/content/capsules/edit',
245
        'microlearning/content/capsules/delete',
246
        'microlearning/content/capsules/users',
247
        'microlearning/content/slides',
248
        'microlearning/content/slides/add',
249
        'microlearning/content/slides/edit',
250
        'microlearning/content/slides/delete',
251
        'microlearning/content/slides/text',
66 efrain 252
        'microlearning/content/quizzes',
253
        'microlearning/content/quizzes/add',
254
        'microlearning/content/quizzes/edit',
255
        'microlearning/content/quizzes/delete',
256
        'microlearning/content/quizzes/check',
257
        'microlearning/content/quizzes/publish',
258
        'microlearning/content/quizzes/copy',
259
        'microlearning/content/quizzes/questions',
260
        'microlearning/content/quizzes/questions/add',
261
        'microlearning/content/quizzes/questions/edit',
262
        'microlearning/content/quizzes/questions/delete',
263
        'microlearning/content/quizzes/questions/answers',
264
        'microlearning/content/quizzes/questions/answers/add',
265
        'microlearning/content/quizzes/questions/answers/edit',
266
        'microlearning/content/quizzes/questions/answers/delete',
1 www 267
        'microlearning/access-for-students',
268
        'microlearning/access-for-students/revoke',
269
        'microlearning/access-for-students/unlimit',
270
        'microlearning/access-for-students/cancel',
271
        'microlearning/access-for-students/reactive',
272
        'microlearning/access-for-students/upload',
273
        'microlearning/access-for-students/notification',
274
        'microlearning/students',
275
        'microlearning/students/edit',
276
        'microlearning/students/timeline',
277
        'microlearning/students/change-password',
278
        'microlearning/students/unblock',
279
        'microlearning/settings',
280
        'microlearning/settings/student-types',
281
        'microlearning/settings/student-types/add',
282
        'microlearning/settings/student-types/edit',
283
        'microlearning/settings/student-types/delete',
284
        'microlearning/settings/functions',
285
        'microlearning/settings/functions/add',
286
        'microlearning/settings/functions/edit',
287
        'microlearning/settings/functions/delete',
288
        'microlearning/settings/sectors',
289
        'microlearning/settings/sectors/add',
290
        'microlearning/settings/sectors/edit',
291
        'microlearning/settings/sectors/delete',
292
        'microlearning/settings/programs',
293
        'microlearning/settings/programs/add',
294
        'microlearning/settings/programs/edit',
295
        'microlearning/settings/programs/delete',
296
        'microlearning/settings/groups',
297
        'microlearning/settings/groups/add',
298
        'microlearning/settings/groups/edit',
299
        'microlearning/settings/groups/delete',
300
        'microlearning/settings/companies',
301
        'microlearning/settings/companies/add',
302
        'microlearning/settings/companies/edit',
303
        'microlearning/settings/companies/delete',
304
        'microlearning/settings/partners',
305
        'microlearning/settings/partners/add',
306
        'microlearning/settings/partners/edit',
307
        'microlearning/settings/partners/delete',
308
        'microlearning/settings/institutions',
309
        'microlearning/settings/institutions/add',
310
        'microlearning/settings/institutions/edit',
311
        'microlearning/settings/institutions/delete',
312
        //'microlearning/devices',
313
        //'microlearning/devices/notification',
1320 efrain 314
        //'test',
315
        //'test/method-one',
316
        //'test/method-two',
317
        //'test/method-three',
318
        //'test/method-four',
1333 efrain 319
 
1336 efrain 320
 
1333 efrain 321
        'own-professional-network',
322
        'organizational-design',
323
        'planning-objectives-and-goals',
2228 nelberth 324
        'planning-objectives-and-goals/objectives',
3462 nelberth 325
        'planning-objectives-and-goals/objectives/report',
3988 nelberth 326
        'planning-objectives-and-goals/objectives/reportall',
4041 nelberth 327
        'planning-objectives-and-goals/objectives/matriz',
2331 nelberth 328
        'planning-objectives-and-goals/objectives/goals',
2379 nelberth 329
        'planning-objectives-and-goals/objectives/goals/add',
330
        'planning-objectives-and-goals/objectives/goals/edit',
331
        'planning-objectives-and-goals/objectives/goals/delete',
2517 nelberth 332
        'planning-objectives-and-goals/objectives/goals/task',
333
        'planning-objectives-and-goals/objectives/goals/task/add',
334
        'planning-objectives-and-goals/objectives/goals/task/edit',
335
        'planning-objectives-and-goals/objectives/goals/task/delete',
2822 nelberth 336
        'planning-objectives-and-goals/objectives/goals/task/view',
2228 nelberth 337
        'planning-objectives-and-goals/objectives/add',
338
        'planning-objectives-and-goals/objectives/delete',
339
        'planning-objectives-and-goals/objectives/edit',
4589 nelberth 340
 
4535 nelberth 341
        'high-performance-teams',
7222 nelberth 342
        'high-performance-teams/groups',
7228 nelberth 343
        'high-performance-teams/groups/add',
344
        'high-performance-teams/groups/edit',
345
        'high-performance-teams/groups/delete',
7233 nelberth 346
        'high-performance-teams/groups/view',
11902 nelberth 347
        'high-performance-teams/groups/view/feeds',
348
        'high-performance-teams/groups/view/feeds/timeline',
349
        'high-performance-teams/groups/view/feeds/onefeed',
350
        'high-performance-teams/groups/view/feeds/delete',
351
        'high-performance-teams/groups/view/feeds/comments',
352
        'high-performance-teams/groups/view/feeds/comments/delete',
353
        'high-performance-teams/groups/view/feeds/comments/answer',
354
        'high-performance-teams/groups/view/feeds/add',
7484 nelberth 355
        'high-performance-teams/groups/view/topic',
356
        'high-performance-teams/groups/view/topic/add',
357
        'high-performance-teams/groups/view/topic/edit',
358
        'high-performance-teams/groups/view/topic/delete',
7637 nelberth 359
        'high-performance-teams/groups/view/topic/view',
8687 nelberth 360
        'high-performance-teams/groups/view/urgent',
9096 nelberth 361
        'high-performance-teams/groups/view/calendar',
9923 nelberth 362
        'high-performance-teams/groups/view/calendar/view',
10143 nelberth 363
        'high-performance-teams/groups/view/foro',
364
        'high-performance-teams/groups/view/foro/view',
9619 nelberth 365
        'high-performance-teams/groups/view/foro/categories',
9635 nelberth 366
        'high-performance-teams/groups/view/foro/categories/add',
367
        'high-performance-teams/groups/view/foro/categories/delete',
368
        'high-performance-teams/groups/view/foro/categories/edit',
369
        'high-performance-teams/groups/view/foro/categories/view',
9760 nelberth 370
        'high-performance-teams/groups/view/foro/categories/articles',
9845 nelberth 371
        'high-performance-teams/groups/view/foro/categories/articles/add',
372
        'high-performance-teams/groups/view/foro/categories/articles/edit',
373
        'high-performance-teams/groups/view/foro/categories/articles/delete',
374
        'high-performance-teams/groups/view/foro/categories/articles/view',
12407 nelberth 375
        'high-performance-teams/groups/view/objectives',
376
        'high-performance-teams/groups/view/objectives/report',
377
        'high-performance-teams/groups/view/objectives/reportall',
378
        'high-performance-teams/groups/view/objectives/matriz',
379
        'high-performance-teams/groups/view/objectives/goals',
380
        'high-performance-teams/groups/view/objectives/goals/add',
381
        'high-performance-teams/groups/view/objectives/goals/edit',
382
        'high-performance-teams/groups/view/objectives/goals/delete',
383
        'high-performance-teams/groups/view/objectives/goals/task',
384
        'high-performance-teams/groups/view/objectives/goals/task/add',
385
        'high-performance-teams/groups/view/objectives/goals/task/edit',
386
        'high-performance-teams/groups/view/objectives/goals/task/delete',
387
        'high-performance-teams/groups/view/objectives/goals/task/view',
388
        'high-performance-teams/groups/view/objectives/add',
389
        'high-performance-teams/groups/view/objectives/delete',
390
        'high-performance-teams/groups/view/objectives/edit',
9424 nelberth 391
 
8633 nelberth 392
 
11342 nelberth 393
 
7812 nelberth 394
        'high-performance-teams/groups/view/members',
8012 nelberth 395
        'high-performance-teams/groups/view/members/invite',
7813 nelberth 396
        'high-performance-teams/groups/view/members/delete',
10289 nelberth 397
        'high-performance-teams/groups/view/members/edit',
11430 nelberth 398
 
11342 nelberth 399
        'chat',
400
        'chat/heart-beat',
401
        'chat/create-group',
402
        'chat/add-user-to-group',
403
        'chat/mark-seen',
404
        'chat/mark-received',
405
        'chat/remove-user-from-group',
406
        'chat/get-all-messages',
407
        'chat/send',
408
        'chat/get-contacts-availables-for-group',
409
        'chat/get-contact-group-list',
410
        'chat/leave-group',
411
        'chat/delete-group',
412
        'chat/close',
413
        'chat/clear',
414
        'chat/upload',
11430 nelberth 415
        'csrf',
7481 nelberth 416
 
7255 nelberth 417
 
7222 nelberth 418
 
4588 nelberth 419
        //'group/accept',
420
        //'group/reject',
7220 nelberth 421
 
7222 nelberth 422
 
4588 nelberth 423
 
424
 
425
 
1333 efrain 426
        'development-and-training',
13353 eleazar 427
 
428
        'development-and-content',
429
        'development-and-content/feed',
430
        'development-and-content/comments',
431
        'development-and-content/comments/delete',
432
        'development-and-content/comment/answer',
433
        'development-and-content/category',
434
        'development-and-content/category/add',
435
        'development-and-content/category/edit',
436
        'development-and-content/category/delete',
437
        'development-and-content/waiting',
438
        'development-and-content/waiting/add',
439
        'development-and-content/waiting/delete',
13411 eleazar 440
        'development-and-content/waiting/aproved',
13353 eleazar 441
        'development-and-content/waiting/edit',
442
        'development-and-content/waiting/curated',
443
 
1333 efrain 444
        'induction',
13524 nelberth 445
 
1333 efrain 446
        'culture',
13524 nelberth 447
 
448
        'inmail',
449
        'inmail/search-people',
450
        'inmail/message',
451
        'inmail/message/send',
1333 efrain 452
        'communication',
13525 nelberth 453
 
454
 
1333 efrain 455
        'career-development',
456
        'building-my-future',
4410 nelberth 457
 
4391 nelberth 458
        'my-trainer',
8462 eleazar 459
        'my-trainer/category',
460
        'my-trainer/category/add',
461
        'my-trainer/category/edit',
462
        'my-trainer/category/delete',
463
        'my-trainer/question',
464
        'my-trainer/question/add',
465
        'my-trainer/question/edit',
466
        'my-trainer/question/delete',
11168 eleazar 467
        'my-trainer/question/view',
11842 eleazar 468
        'my-trainer/question/answer',
469
        'my-trainer/question/answer/add',
470
        'my-trainer/question/answer/edit',
471
        'my-trainer/question/answer/delete',
11873 eleazar 472
        'my-trainer/question/answer/feed',
11921 eleazar 473
        'my-trainer/question/answer/timeline',
11842 eleazar 474
        'my-trainer/question/answer/comments',
475
        'my-trainer/question/answer/comments/delete',
476
        'my-trainer/question/answer/comments/answer',
1 www 477
    ];
478
}
479
 
779 geraldo 480
function getAclRolesCompany() {
1 www 481
    return [
482
        'creator' => [
483
            'home',
484
            'signin-admin',
485
            'signin-company',
486
            'dashboard',
487
            'signout',
488
            'storage',
489
            'profile',
490
            'profile/extended',
491
            'profile/cover',
492
            'profile/image',
779 geraldo 493
            'profile/header',
494
            'profile/footer',
1 www 495
            'profile/website',
496
            'profile/foundation_year',
497
            'profile/location',
498
            'profile/social-network',
499
            'profile/company-size',
500
            'profile/industry',
501
            'profile/delete',
502
            'users',
503
            'users/change-password',
504
            'users/unblock',
505
            'users/invite',
506
            'users/accept',
507
            'users/cancel',
508
            'users/reject',
509
            'users/edit',
510
            'users/upload',
511
            'feeds',
512
            'feeds/timeline',
10123 nelberth 513
            'feeds/onefeed',
1 www 514
            'feeds/delete',
515
            'feeds/comments',
516
            'feeds/comments/delete',
8395 nelberth 517
            'feeds/comments/answer',
1 www 518
            'feeds/add',
519
            'followers',
520
            'followers/delete',
521
            'jobs',
522
            'jobs/add',
523
            'jobs/delete',
524
            'jobs/users-who-applied',
525
            'jobs/edit',
526
            'jobs/edit/title',
527
            'jobs/edit/status',
528
            'jobs/edit/last-date-of-application',
529
            'jobs/edit/employment-type',
530
            'jobs/edit/experience',
531
            'jobs/edit/job-category',
532
            'jobs/edit/extended',
533
            'jobs/edit/location',
534
            'jobs/edit/salary',
535
            'jobs/edit/languages',
536
            'jobs/edit/degrees',
537
            'jobs/edit/skills',
538
            'jobs/edit/how-apply',
26 efrain 539
            'settings',
28 efrain 540
            'settings/competency-types',
541
            'settings/competency-types/add',
542
            'settings/competency-types/edit',
543
            'settings/competency-types/delete',
544
            'settings/competency-types/import',
1102 geraldo 545
            'settings/behaviors',
546
            'settings/behaviors/add',
1138 geraldo 547
            'settings/behaviors/edit',
26 efrain 548
            'settings/competencies',
27 efrain 549
            'settings/competencies/add',
550
            'settings/competencies/edit',
551
            'settings/competencies/delete',
28 efrain 552
            'settings/competencies/import',
553
            'settings/jobs-description',
554
            'settings/jobs-description/add',
555
            'settings/jobs-description/edit',
556
            'settings/jobs-description/delete',
561 geraldo 557
            'settings/jobs-description/report',
846 geraldo 558
            'settings/jobs-description/import',
67 efrain 559
            'settings/positions',
560
            'settings/positions/add',
561
            'settings/positions/edit',
562
            'settings/positions/delete',
1320 efrain 563
            'settings/positions/subordinates',
564
            //'test',
565
            //'test/method-one',
566
            //'test/method-two',
567
            //'test/method-three',
568
            //'test/method-four',
1336 efrain 569
 
1333 efrain 570
 
571
            'own-professional-network',
572
            'organizational-design',
573
            'development-and-training',
13353 eleazar 574
            'development-and-content',
575
            'development-and-content/feed',
576
            'development-and-content/comments',
577
            'development-and-content/comments/delete',
578
            'development-and-content/comment/answer',
579
            'development-and-content/category',
580
            'development-and-content/category/add',
581
            'development-and-content/category/edit',
582
            'development-and-content/category/delete',
583
            'development-and-content/waiting',
584
            'development-and-content/waiting/add',
585
            'development-and-content/waiting/delete',
13411 eleazar 586
            'development-and-content/waiting/aproved',
13353 eleazar 587
            'development-and-content/waiting/edit',
588
            'development-and-content/waiting/curated',
1477 efrain 589
            'recruitment-and-selection',
590
            'recruitment-and-selection/vacancies',
591
            'recruitment-and-selection/vacancies/add',
592
            'recruitment-and-selection/vacancies/edit',
593
            'recruitment-and-selection/vacancies/delete',
594
            'recruitment-and-selection/candidates',
595
            'recruitment-and-selection/candidates/add',
596
            'recruitment-and-selection/candidates/edit',
597
            'recruitment-and-selection/candidates/delete',
1636 eleazar 598
            'recruitment-and-selection/user-by-email',
1710 eleazar 599
            'recruitment-and-selection/interview',
1709 eleazar 600
            'recruitment-and-selection/interview/form',
601
            'recruitment-and-selection/interview/form/add',
602
            'recruitment-and-selection/interview/form/edit',
603
            'recruitment-and-selection/interview/form/delete',
604
            'recruitment-and-selection/interview/report',
3587 eleazar 605
            'recruitment-and-selection/interview/vacancy',
4367 eleazar 606
            'recruitment-and-selection/interview/type',
8783 eleazar 607
            'recruitment-and-selection/interview/file',
608
            'recruitment-and-selection/interview/file/add',
609
            'recruitment-and-selection/interview/file/edit',
610
            'recruitment-and-selection/interview/file/delete',
4375 eleazar 611
            'survey',
4579 eleazar 612
            'survey/add',
613
            'survey/edit',
614
            'survey/delete',
615
            'survey/segment',
4375 eleazar 616
            'survey/form',
617
            'survey/form/add',
618
            'survey/form/edit',
619
            'survey/form/delete',
5287 eleazar 620
            'survey/test',
621
            'survey/test/add',
6662 eleazar 622
            'survey/test/report',
5287 eleazar 623
            'survey/test/delete',
5823 eleazar 624
            'survey/report',
6497 eleazar 625
            'survey/report/overview',
5823 eleazar 626
            'survey/report/all',
7024 eleazar 627
            'survey/report/csv',
7218 eleazar 628
            'organizational-climate',
629
            'organizational-climate/add',
630
            'organizational-climate/edit',
631
            'organizational-climate/delete',
632
            'organizational-climate/segment',
633
            'organizational-climate/form',
634
            'organizational-climate/form/add',
635
            'organizational-climate/form/edit',
636
            'organizational-climate/form/delete',
637
            'organizational-climate/test',
638
            'organizational-climate/test/add',
639
            'organizational-climate/test/report',
640
            'organizational-climate/test/delete',
641
            'organizational-climate/report',
642
            'organizational-climate/report/overview',
643
            'organizational-climate/report/all',
644
            'organizational-climate/report/csv',
4366 eleazar 645
 
1333 efrain 646
            'induction',
13524 nelberth 647
            'inmail',
648
            'inmail/search-people',
649
            'inmail/message',
650
            'inmail/message/send',
1333 efrain 651
            'culture',
652
            'communication',
653
            'career-development',
654
            'building-my-future',
7233 nelberth 655
 
1333 efrain 656
            'high-performance-teams',
7222 nelberth 657
            'high-performance-teams/groups',
7228 nelberth 658
            'high-performance-teams/groups/add',
659
            'high-performance-teams/groups/edit',
660
            'high-performance-teams/groups/delete',
7233 nelberth 661
            'high-performance-teams/groups/view',
11902 nelberth 662
            'high-performance-teams/groups/view/feeds',
663
            'high-performance-teams/groups/view/feeds/timeline',
664
            'high-performance-teams/groups/view/feeds/onefeed',
665
            'high-performance-teams/groups/view/feeds/delete',
666
            'high-performance-teams/groups/view/feeds/comments',
667
            'high-performance-teams/groups/view/feeds/comments/delete',
668
            'high-performance-teams/groups/view/feeds/comments/answer',
669
            'high-performance-teams/groups/view/feeds/add',
7484 nelberth 670
            'high-performance-teams/groups/view/topic',
671
            'high-performance-teams/groups/view/topic/add',
672
            'high-performance-teams/groups/view/topic/edit',
673
            'high-performance-teams/groups/view/topic/delete',
7637 nelberth 674
            'high-performance-teams/groups/view/topic/view',
8687 nelberth 675
            'high-performance-teams/groups/view/urgent',
9096 nelberth 676
            'high-performance-teams/groups/view/calendar',
9923 nelberth 677
            'high-performance-teams/groups/view/calendar/view',
11902 nelberth 678
            'high-performance-teams/groups/view/foro',
679
            'high-performance-teams/groups/view/foro/view',
680
            'high-performance-teams/groups/view/foro/categories',
9635 nelberth 681
            'high-performance-teams/groups/view/foro/categories/add',
682
            'high-performance-teams/groups/view/foro/categories/delete',
683
            'high-performance-teams/groups/view/foro/categories/edit',
684
            'high-performance-teams/groups/view/foro/categories/view',
9760 nelberth 685
            'high-performance-teams/groups/view/foro/categories/articles',
9845 nelberth 686
            'high-performance-teams/groups/view/foro/categories/articles/add',
687
            'high-performance-teams/groups/view/foro/categories/articles/edit',
688
            'high-performance-teams/groups/view/foro/categories/articles/delete',
689
            'high-performance-teams/groups/view/foro/categories/articles/view',
7812 nelberth 690
            'high-performance-teams/groups/view/members',
8013 nelberth 691
            'high-performance-teams/groups/view/members/invite',
7813 nelberth 692
            'high-performance-teams/groups/view/members/delete',
10289 nelberth 693
            'high-performance-teams/groups/view/members/edit',
12407 nelberth 694
            'high-performance-teams/groups/view/objectives',
695
            'high-performance-teams/groups/view/objectives/report',
696
            'high-performance-teams/groups/view/objectives/reportall',
697
            'high-performance-teams/groups/view/objectives/matriz',
698
            'high-performance-teams/groups/view/objectives/goals',
699
            'high-performance-teams/groups/view/objectives/goals/add',
700
            'high-performance-teams/groups/view/objectives/goals/edit',
701
            'high-performance-teams/groups/view/objectives/goals/delete',
702
            'high-performance-teams/groups/view/objectives/goals/task',
703
            'high-performance-teams/groups/view/objectives/goals/task/add',
704
            'high-performance-teams/groups/view/objectives/goals/task/edit',
705
            'high-performance-teams/groups/view/objectives/goals/task/delete',
706
            'high-performance-teams/groups/view/objectives/goals/task/view',
707
            'high-performance-teams/groups/view/objectives/add',
708
            'high-performance-teams/groups/view/objectives/delete',
709
            'high-performance-teams/groups/view/objectives/edit',
710
 
11342 nelberth 711
            'chat',
11902 nelberth 712
            'chat/heart-beat',
713
            'chat/create-group',
714
            'chat/add-user-to-group',
715
            'chat/mark-seen',
716
            'chat/mark-received',
717
            'chat/remove-user-from-group',
718
            'chat/get-all-messages',
719
            'chat/send',
720
            'chat/get-contacts-availables-for-group',
721
            'chat/get-contact-group-list',
722
            'chat/leave-group',
723
            'chat/delete-group',
724
            'chat/close',
725
            'chat/clear',
726
            'chat/upload',
727
            'csrf',
7228 nelberth 728
 
7481 nelberth 729
 
7222 nelberth 730
 
4588 nelberth 731
        //'group/accept',
732
        //'group/reject',
7220 nelberth 733
 
7222 nelberth 734
 
4410 nelberth 735
 
4509 nelberth 736
 
737
 
4410 nelberth 738
 
4588 nelberth 739
 
1333 efrain 740
            'my-trainer',
8462 eleazar 741
            'my-trainer/category',
742
            'my-trainer/category/add',
743
            'my-trainer/category/edit',
744
            'my-trainer/category/delete',
745
            'my-trainer/question',
746
            'my-trainer/question/add',
747
            'my-trainer/question/edit',
748
            'my-trainer/question/delete',
11168 eleazar 749
            'my-trainer/question/view',
11842 eleazar 750
            'my-trainer/question/answer',
751
            'my-trainer/question/answer/add',
752
            'my-trainer/question/answer/edit',
753
            'my-trainer/question/answer/delete',
11873 eleazar 754
            'my-trainer/question/answer/feed',
11921 eleazar 755
            'my-trainer/question/answer/timeline',
11842 eleazar 756
            'my-trainer/question/answer/comments',
757
            'my-trainer/question/answer/comments/delete',
758
            'my-trainer/question/answer/comments/answer',
1918 nelberth 759
 
760
            'planning-objectives-and-goals',
2228 nelberth 761
            'planning-objectives-and-goals/objectives',
3462 nelberth 762
            'planning-objectives-and-goals/objectives/report',
3988 nelberth 763
            'planning-objectives-and-goals/objectives/reportall',
4041 nelberth 764
            'planning-objectives-and-goals/objectives/matriz',
2331 nelberth 765
            'planning-objectives-and-goals/objectives/goals',
2379 nelberth 766
            'planning-objectives-and-goals/objectives/goals/add',
767
            'planning-objectives-and-goals/objectives/goals/edit',
768
            'planning-objectives-and-goals/objectives/goals/delete',
2228 nelberth 769
            'planning-objectives-and-goals/objectives/add',
770
            'planning-objectives-and-goals/objectives/delete',
2518 nelberth 771
            'planning-objectives-and-goals/objectives/edit',
772
            'planning-objectives-and-goals/objectives/goals/task',
773
            'planning-objectives-and-goals/objectives/goals/task/add',
4385 nelberth 774
            'planning-objectives-and-goals/objectives/goals/task/edit',
775
            'planning-objectives-and-goals/objectives/goals/task/delete',
776
            'planning-objectives-and-goals/objectives/goals/task/view',
779 geraldo 777
        ],
778
        'creator-self-evaluation' => [
114 efrain 779
            'self-evaluation',
780
            'self-evaluation/forms',
781
            'self-evaluation/forms/add',
782
            'self-evaluation/forms/edit',
783
            'self-evaluation/forms/delete',
115 efrain 784
            'self-evaluation/users',
785
            'self-evaluation/users/add',
786
            'self-evaluation/users/delete',
114 efrain 787
            'self-evaluation/reviews',
115 efrain 788
            'self-evaluation/reviews/edit',
470 geraldo 789
            'self-evaluation/reviews/report',
1 www 790
        ],
974 geraldo 791
        'creator-performance-evaluation' => [
792
            'performance-evaluation',
793
            'performance-evaluation/forms',
794
            'performance-evaluation/forms/add',
795
            'performance-evaluation/forms/edit',
796
            'performance-evaluation/forms/delete',
1263 geraldo 797
            'performance-evaluation/forms/report',
1320 efrain 798
            'performance-evaluation/reviews',
799
            'performance-evaluation/reviews/pdf',
1383 efrain 800
            'performance-evaluation/evaluations',
801
            'performance-evaluation/evaluations/add',
7870 eleazar 802
            'performance-evaluation/evaluations/self',
803
            'performance-evaluation/evaluations/both',
804
            'performance-evaluation/evaluations/superviser',
8068 eleazar 805
            'performance-evaluation/evaluations/user-by-email',
1383 efrain 806
            'performance-evaluation/evaluations/delete',
8220 eleazar 807
            'performance-evaluation/evaluations/report-self',
808
            'performance-evaluation/evaluations/report-both',
8249 eleazar 809
            'performance-evaluation/evaluations/report-superviser',
1383 efrain 810
            'performance-evaluation/evaluations/users',
811
            'performance-evaluation/evaluations/users/add',
812
            'performance-evaluation/evaluations/users/delete',
974 geraldo 813
        ],
1 www 814
        'creator-microlearning' => [
815
            'microlearning',
816
            'microlearning/overview',
817
            'microlearning/reports',
2 efrain 818
            'microlearning/reports/progress',
819
            'microlearning/reports/devices',
187 efrain 820
            'microlearning/reports/comments-for-capsule',
1 www 821
            'microlearning/content',
822
            'microlearning/content/topics',
823
            'microlearning/content/topics/add',
824
            'microlearning/content/topics/edit',
825
            'microlearning/content/topics/delete',
826
            'microlearning/content/capsules',
827
            'microlearning/content/capsules/add',
828
            'microlearning/content/capsules/edit',
829
            'microlearning/content/capsules/delete',
830
            'microlearning/content/capsules/users',
831
            'microlearning/content/slides',
832
            'microlearning/content/slides/add',
833
            'microlearning/content/slides/edit',
834
            'microlearning/content/slides/delete',
835
            'microlearning/content/slides/text',
66 efrain 836
            'microlearning/content/quizzes',
837
            'microlearning/content/quizzes/add',
838
            'microlearning/content/quizzes/edit',
839
            'microlearning/content/quizzes/delete',
840
            'microlearning/content/quizzes/check',
841
            'microlearning/content/quizzes/publish',
842
            'microlearning/content/quizzes/copy',
843
            'microlearning/content/quizzes/questions',
844
            'microlearning/content/quizzes/questions/add',
845
            'microlearning/content/quizzes/questions/edit',
846
            'microlearning/content/quizzes/questions/delete',
847
            'microlearning/content/quizzes/questions/answers',
848
            'microlearning/content/quizzes/questions/answers/add',
849
            'microlearning/content/quizzes/questions/answers/edit',
850
            'microlearning/content/quizzes/questions/answers/delete',
1 www 851
            'microlearning/students',
852
            'microlearning/students/edit',
853
            'microlearning/students/timeline',
854
            'microlearning/students/change-password',
855
            'microlearning/students/unblock',
856
            'microlearning/access-for-students',
857
            'microlearning/access-for-students/revoke',
858
            'microlearning/access-for-students/unlimit',
859
            'microlearning/access-for-students/cancel',
860
            'microlearning/access-for-students/reactive',
861
            'microlearning/access-for-students/upload',
862
            'microlearning/access-for-students/notification',
863
            'microlearning/settings',
864
            'microlearning/settings/student-types',
865
            'microlearning/settings/student-types/add',
866
            'microlearning/settings/student-types/edit',
867
            'microlearning/settings/student-types/delete',
868
            'microlearning/settings/functions',
869
            'microlearning/settings/functions/add',
870
            'microlearning/settings/functions/edit',
871
            'microlearning/settings/functions/delete',
872
            'microlearning/settings/sectors',
873
            'microlearning/settings/sectors/add',
874
            'microlearning/settings/sectors/edit',
875
            'microlearning/settings/sectors/delete',
876
            'microlearning/settings/programs',
877
            'microlearning/settings/programs/add',
878
            'microlearning/settings/programs/edit',
879
            'microlearning/settings/programs/delete',
880
            'microlearning/settings/groups',
881
            'microlearning/settings/groups/add',
882
            'microlearning/settings/groups/edit',
883
            'microlearning/settings/groups/delete',
884
            'microlearning/settings/companies',
885
            'microlearning/settings/companies/add',
886
            'microlearning/settings/companies/edit',
887
            'microlearning/settings/companies/delete',
888
            'microlearning/settings/partners',
889
            'microlearning/settings/partners/add',
890
            'microlearning/settings/partners/edit',
891
            'microlearning/settings/partners/delete',
892
            'microlearning/settings/institutions',
893
            'microlearning/settings/institutions/add',
894
            'microlearning/settings/institutions/edit',
895
            'microlearning/settings/institutions/delete',
896
        ],
4 efrain 897
        'company-creator' => [
898
            'home',
899
            'signin-admin',
900
            'signin-company',
901
            'dashboard',
902
            'signout',
903
            'storage',
904
            'profile',
905
            'profile/extended',
906
            'profile/cover',
779 geraldo 907
            'profile/header',
908
            'profile/footer',
4 efrain 909
            'profile/image',
910
            'profile/website',
911
            'profile/foundation_year',
912
            'profile/location',
913
            'profile/social-network',
914
            'profile/company-size',
915
            'profile/industry',
916
            'profile/delete',
917
            'users',
918
            'users/change-password',
919
            'users/unblock',
920
            'users/invite',
921
            'users/accept',
922
            'users/cancel',
923
            'users/reject',
924
            'users/edit',
925
            'users/upload',
926
            'feeds',
927
            'followers',
928
            'followers/delete',
929
            'jobs',
930
            'jobs/add',
931
            'jobs/delete',
932
            'jobs/users-who-applied',
933
            'jobs/status',
934
            'jobs/edit',
935
            'jobs/edit/last-date-of-application',
936
            'jobs/edit/employment-type',
937
            'jobs/edit/experience',
938
            'jobs/edit/job-category',
939
            'jobs/edit/extended',
940
            'jobs/edit/location',
941
            'jobs/edit/salary',
942
            'jobs/edit/languages',
943
            'jobs/edit/degrees',
944
            'jobs/edit/skills',
945
            'jobs/edit/how-apply',
25 efrain 946
            'settings',
28 efrain 947
            'settings/competency-types',
948
            'settings/competency-types/add',
949
            'settings/competency-types/edit',
950
            'settings/competency-types/delete',
951
            'settings/competency-types/import',
1102 geraldo 952
            'settings/behaviors',
953
            'settings/behaviors/add',
1138 geraldo 954
            'settings/behaviors/edit',
25 efrain 955
            'settings/competencies',
28 efrain 956
            'settings/competencies/add',
957
            'settings/competencies/edit',
958
            'settings/competencies/delete',
959
            'settings/competencies/import',
960
            'settings/jobs-description',
961
            'settings/jobs-description/add',
962
            'settings/jobs-description/edit',
963
            'settings/jobs-description/delete',
561 geraldo 964
            'settings/jobs-description/report',
846 geraldo 965
            'settings/jobs-description/import',
67 efrain 966
            'settings/positions',
967
            'settings/positions/add',
968
            'settings/positions/edit',
969
            'settings/positions/delete',
1320 efrain 970
            'settings/positions/subordinates',
971
            //'test',
972
            //'test/method-one',
973
            //'test/method-two',
974
            //'test/method-three',
975
            //'test/method-four',
1953 nelberth 976
 
8536 efrain 977
            'planning-objectives-and-goals',
978
            'planning-objectives-and-goals/add',
979
            'planning-objectives-and-goals/delete',
980
            'planning-objectives-and-goals/edit',
981
 
4 efrain 982
        ],
1 www 983
        'company-admin' => [
984
            'home',
985
            'signin-admin',
986
            'signin-company',
987
            'dashboard',
988
            'signout',
989
            'storage',
990
            'profile',
991
            'profile/extended',
992
            'profile/cover',
993
            'profile/image',
779 geraldo 994
            'profile/header',
995
            'profile/footer',
1 www 996
            'profile/website',
997
            'profile/foundation_year',
998
            'profile/location',
999
            'profile/social-network',
1000
            'profile/company-size',
1001
            'profile/industry',
1002
            'profile/delete',
1003
            'users',
1004
            'users/change-password',
1005
            'users/unblock',
1006
            'users/invite',
1007
            'users/accept',
1008
            'users/cancel',
1009
            'users/reject',
1010
            'users/edit',
1011
            'users/upload',
1012
            'feeds',
1013
            'followers',
1014
            'followers/delete',
1015
            'jobs',
1016
            'jobs/add',
1017
            'jobs/delete',
1018
            'jobs/users-who-applied',
1019
            'jobs/status',
1020
            'jobs/edit',
1021
            'jobs/edit/last-date-of-application',
1022
            'jobs/edit/employment-type',
1023
            'jobs/edit/experience',
1024
            'jobs/edit/job-category',
1025
            'jobs/edit/extended',
1026
            'jobs/edit/location',
1027
            'jobs/edit/salary',
1028
            'jobs/edit/languages',
1029
            'jobs/edit/degrees',
1030
            'jobs/edit/skills',
1031
            'jobs/edit/how-apply',
28 efrain 1032
            'settings',
1033
            'settings/competency-types',
1034
            'settings/competency-types/add',
1035
            'settings/competency-types/edit',
1036
            'settings/competency-types/delete',
1037
            'settings/competency-types/import',
1102 geraldo 1038
            'settings/behaviors',
1039
            'settings/behaviors/add',
1138 geraldo 1040
            'settings/behaviors/edit',
28 efrain 1041
            'settings/competencies',
1042
            'settings/competencies/add',
1043
            'settings/competencies/edit',
1044
            'settings/competencies/delete',
1045
            'settings/competencies/import',
1046
            'settings/jobs-description',
1047
            'settings/jobs-description/add',
1048
            'settings/jobs-description/edit',
1049
            'settings/jobs-description/delete',
561 geraldo 1050
            'settings/jobs-description/report',
846 geraldo 1051
            'settings/jobs-description/import',
67 efrain 1052
            'settings/positions',
1053
            'settings/positions/add',
1054
            'settings/positions/edit',
1055
            'settings/positions/delete',
1320 efrain 1056
            'settings/positions/subordinate',
1057
            //'test',
1058
            //'test/method-one',
1059
            //'test/method-two',
1060
            //'test/method-three',
1061
            //'test/method-four',
1953 nelberth 1062
            'planning-objectives-and-goals',
2228 nelberth 1063
            'planning-objectives-and-goals/objectives',
3462 nelberth 1064
            'planning-objectives-and-goals/objectives/report',
3988 nelberth 1065
            'planning-objectives-and-goals/objectives/reportall',
4041 nelberth 1066
            'planning-objectives-and-goals/objectives/matriz',
2331 nelberth 1067
            'planning-objectives-and-goals/objectives/goals',
2379 nelberth 1068
            'planning-objectives-and-goals/objectives/goals/add',
1069
            'planning-objectives-and-goals/objectives/goals/edit',
1070
            'planning-objectives-and-goals/objectives/goals/delete',
2228 nelberth 1071
            'planning-objectives-and-goals/objectives/add',
1072
            'planning-objectives-and-goals/objectives/delete',
2518 nelberth 1073
            'planning-objectives-and-goals/objectives/edit',
1074
            'planning-objectives-and-goals/objectives/goals/task',
1075
            'planning-objectives-and-goals/objectives/goals/task/add',
8193 nelberth 1076
            'planning-objectives-and-goals/objectives/goals/task/edit',
1077
            'planning-objectives-and-goals/objectives/goals/task/delete',
1078
            'planning-objectives-and-goals/objectives/goals/task/view',
1 www 1079
        ],
1080
        'company-password-unblock' => [
1081
            'home',
1082
            'signin-admin',
1083
            'signin-company',
1084
            'dashboard',
1085
            'signout',
1086
            'storage',
1087
            'users',
1088
            'users/change-password',
1089
            'users/unblock',
1090
        ],
1091
        'microlearning-admin' => [
1092
            'home',
1093
            'signin-admin',
1094
            'signin-company',
1095
            'dashboard',
1096
            'signout',
1097
            'storage',
1098
            'microlearning',
1099
            'microlearning/overview',
187 efrain 1100
            'microlearning/reports',
1101
            'microlearning/reports/progress',
1102
            'microlearning/reports/devices',
1103
            'microlearning/reports/comments-for-capsule',
1 www 1104
            'microlearning/content',
1105
            'microlearning/content/topics',
1106
            'microlearning/content/topics/add',
1107
            'microlearning/content/topics/edit',
1108
            'microlearning/content/topics/delete',
1109
            'microlearning/content/capsules',
1110
            'microlearning/content/capsules/add',
1111
            'microlearning/content/capsules/edit',
1112
            'microlearning/content/capsules/delete',
1113
            'microlearning/content/capsules/users',
1114
            'microlearning/content/slides',
1115
            'microlearning/content/slides/add',
1116
            'microlearning/content/slides/edit',
1117
            'microlearning/content/slides/delete',
1118
            'microlearning/content/slides/text',
1119
            'microlearning/students',
1120
            'microlearning/students/edit',
1121
            'microlearning/students/timeline',
1122
            'microlearning/access-for-students',
1123
            'microlearning/access-for-students/revoke',
1124
            'microlearning/access-for-students/unlimit',
1125
            'microlearning/access-for-students/cancel',
1126
            'microlearning/access-for-students/reactive',
1127
            'microlearning/access-for-students/upload',
1128
            'microlearning/access-for-students/notification',
1129
            'microlearning/settings',
1130
            'microlearning/settings/student-types',
1131
            'microlearning/settings/student-types/add',
1132
            'microlearning/settings/student-types/edit',
1133
            'microlearning/settings/student-types/delete',
1134
            'microlearning/settings/functions',
1135
            'microlearning/settings/functions/add',
1136
            'microlearning/settings/functions/edit',
1137
            'microlearning/settings/functions/delete',
1138
            'microlearning/settings/sectors',
1139
            'microlearning/settings/sectors/add',
1140
            'microlearning/settings/sectors/edit',
1141
            'microlearning/settings/sectors/delete',
1142
            'microlearning/settings/programs',
1143
            'microlearning/settings/programs/add',
1144
            'microlearning/settings/programs/edit',
1145
            'microlearning/settings/programs/delete',
1146
            'microlearning/settings/groups',
1147
            'microlearning/settings/groups/add',
1148
            'microlearning/settings/groups/edit',
1149
            'microlearning/settings/groups/delete',
1150
            'microlearning/settings/companies',
1151
            'microlearning/settings/companies/add',
1152
            'microlearning/settings/companies/edit',
1153
            'microlearning/settings/companies/delete',
1154
            'microlearning/settings/partners',
1155
            'microlearning/settings/partners/add',
1156
            'microlearning/settings/partners/edit',
1157
            'microlearning/settings/partners/delete',
1158
            'microlearning/settings/institutions',
1159
            'microlearning/settings/institutions/add',
1160
            'microlearning/settings/institutions/edit',
1161
            'microlearning/settings/institutions/delete',
1162
        ],
1163
        'microlearning-editor' => [
1164
            'home',
1165
            'signin-admin',
1166
            'signin-company',
1167
            'dashboard',
1168
            'signout',
1169
            'storage',
1170
            'microlearning',
1171
            'microlearning/content',
1172
            'microlearning/content/topics',
1173
            'microlearning/content/topics/add',
1174
            'microlearning/content/topics/edit',
1175
            'microlearning/content/topics/delete',
1176
            'microlearning/content/capsules',
1177
            'microlearning/content/capsules/add',
1178
            'microlearning/content/capsules/edit',
1179
            'microlearning/content/capsules/delete',
1180
            'microlearning/content/capsules/users',
1181
            'microlearning/content/slides',
1182
            'microlearning/content/slides/add',
1183
            'microlearning/content/slides/edit',
1184
            'microlearning/content/slides/delete',
1185
            'microlearning/content/slides/text',
1186
            'microlearning/access-for-students',
1187
            'microlearning/access-for-students/revoke',
1188
            'microlearning/access-for-students/unlimit',
1189
            'microlearning/access-for-students/cancel',
1190
            'microlearning/access-for-students/reactive',
1191
            'microlearning/access-for-students/upload',
1192
            'microlearning/access-for-students/notification',
1193
        ],
1194
        'microlearning-students-password-unblock' => [
1195
            'home',
1196
            'signin-admin',
1197
            'signin-company',
1198
            'dashboard',
1199
            'signout',
1200
            'storage',
1201
            'microlearning',
1202
            'microlearning/students',
1203
            'microlearning/students/change-password',
1204
            'microlearning/students/unblock',
1205
        ],
1206
        'self-evaluation-admin' => [
114 efrain 1207
            'self-evaluation',
1208
            'self-evaluation/forms',
1209
            'self-evaluation/forms/add',
1210
            'self-evaluation/forms/edit',
1211
            'self-evaluation/forms/delete',
115 efrain 1212
            'self-evaluation/users',
1213
            'self-evaluation/users/add',
1214
            'self-evaluation/users/delete',
114 efrain 1215
            'self-evaluation/reviews',
115 efrain 1216
            'self-evaluation/reviews/edit',
470 geraldo 1217
            'self-evaluation/reviews/report',
1 www 1218
        ],
975 geraldo 1219
        'performance-evaluation-admin' => [
1220
            'performance-evaluation',
1221
            'performance-evaluation/forms',
1222
            'performance-evaluation/forms/add',
1223
            'performance-evaluation/forms/edit',
1224
            'performance-evaluation/forms/delete',
1263 geraldo 1225
            'performance-evaluation/forms/report',
1320 efrain 1226
            'performance-evaluation/reviews',
1227
            'performance-evaluation/reviews/pdf',
1383 efrain 1228
            'performance-evaluation/evaluations',
1229
            'performance-evaluation/evaluations/add',
7870 eleazar 1230
            'performance-evaluation/evaluations/self',
1231
            'performance-evaluation/evaluations/both',
1232
            'performance-evaluation/evaluations/superviser',
1383 efrain 1233
            'performance-evaluation/evaluations/delete',
8220 eleazar 1234
            'performance-evaluation/evaluations/report-self',
1235
            'performance-evaluation/evaluations/report-both',
8249 eleazar 1236
            'performance-evaluation/evaluations/report-prueba superviser',
1383 efrain 1237
            'performance-evaluation/evaluations/users',
1238
            'performance-evaluation/evaluations/users/add',
1239
            'performance-evaluation/evaluations/users/delete',
1240
 
975 geraldo 1241
        ],
779 geraldo 1242
    ];
1 www 1243
}
1244
 
779 geraldo 1245
function getAclUsertype() {
1 www 1246
    return [
1247
        UserType::ADMIN => [
1248
            'home',
1249
            'signin-admin',
1250
            'signin-company',
1251
            'dashboard',
1252
            'signout',
1253
            'storage',
1254
            'settings',
1255
            'settings/company-sizes',
1256
            'settings/company-sizes/add',
1257
            'settings/company-sizes/edit',
1258
            'settings/company-sizes/delete',
1259
            'settings/competency-types',
1260
            'settings/competency-types/add',
1261
            'settings/competency-types/edit',
1262
            'settings/competency-types/delete',
1102 geraldo 1263
            'settings/behaviors',
1264
            'settings/behaviors/add',
1138 geraldo 1265
            'settings/behaviors/edit',
1 www 1266
            'settings/competencies',
1267
            'settings/competencies/add',
1268
            'settings/competencies/edit',
1269
            'settings/competencies/delete',
1270
            'settings/degrees',
1271
            'settings/degrees/add',
1272
            'settings/degrees/edit',
1273
            'settings/degrees/delete',
1274
            'settings/email-templates',
1275
            'settings/email-templates/edit',
1276
            'settings/push-templates',
1277
            'settings/push-templates/edit',
1278
            'settings/group-types',
1279
            'settings/group-types/add',
1280
            'settings/group-types/edit',
1281
            'settings/group-types/delete',
1282
            'settings/industries',
1283
            'settings/industries/add',
1284
            'settings/industries/edit',
1285
            'settings/industries/delete',
1286
            'settings/job-categories',
1287
            'settings/job-categories/add',
1288
            'settings/job-categories/edit',
1289
            'settings/job-categories/delete',
838 geraldo 1290
            'settings/jobs-description',
1291
            'settings/jobs-description/add',
1292
            'settings/jobs-description/edit',
1293
            'settings/jobs-description/delete',
1 www 1294
            'settings/skills',
1295
            'settings/skills/add',
1296
            'settings/skills/edit',
1297
            'settings/skills/delete',
1298
            'publications',
1299
            'publications/posts',
1300
            'publications/posts/add',
1301
            'publications/posts/edit',
1302
            'publications/posts/delete',
1303
            'publications/pages',
1304
            'publications/pages/add',
1305
            'publications/pages/edit',
1306
            'publications/pages/delete',
1307
            'companies',
1308
            'companies/edit',
1309
            'companies/services',
1310
            'companies/roles',
1311
            'users',
1312
            'users/change-password',
1313
            'users/unblock',
129 efrain 1314
            'users/email-verify',
1 www 1315
        ],
1316
        UserType::USER => [
1317
            'home',
1318
            'signin-admin',
1319
            'signin-company',
1320
            'dashboard',
1321
            'signout',
1322
            'storage',
1916 nelberth 1323
 
1 www 1324
        ],
1325
        UserType::GUEST => [
1326
            'home',
1327
            'signin-admin',
1328
            'signin-company',
1329
            'signout',
1916 nelberth 1330
 
8536 efrain 1331
 
1 www 1332
        ],
1333
    ];
1334
}
1335
 
779 geraldo 1336
function getAclMenuSystem() {
1 www 1337
    return [
1338
        [
1339
            'label' => 'LABEL_HOME',
1340
            'route' => 'dashboard',
1341
            'class' => 'fa fa-home'
1342
        ],
1343
        [
1344
            'label' => 'LABEL_COMPANIES',
1345
            'route' => 'companies',
1346
            'class' => 'fa fa-building',
1347
        ],
1348
        [
1349
            'label' => 'LABEL_SETTINGS',
1350
            'route' => 'settings',
1351
            'class' => 'fa fa-cog',
1352
            'pages' => [
1353
                [
1354
                    'label' => 'LABEL_JOB_CATEGORIES',
1355
                    'route' => 'settings/job-categories',
1356
                ],
1357
                [
1358
                    'label' => 'LABEL_COMPETENCIES',
1359
                    'route' => 'settings/competencies',
1360
                ],
1361
                [
1362
                    'label' => 'LABEL_EMAIL_TEMPLATES',
1363
                    'route' => 'settings/email-templates',
1364
                ],
1365
                [
1366
                    'label' => 'LABEL_PUSH_TEMPLATES',
1367
                    'route' => 'settings/push-templates',
1368
                ],
1369
                [
1370
                    'label' => 'LABEL_DEGREES',
1371
                    'route' => 'settings/degrees',
1372
                ],
1373
                [
1374
                    'label' => 'LABEL_SKILLS',
1375
                    'route' => 'settings/skills',
1376
                ],
1377
                [
1378
                    'label' => 'LABEL_INDUSTRIES',
1379
                    'route' => 'settings/industries',
1380
                ],
1381
                [
837 geraldo 1382
                    'label' => 'LABEL_JOBS_DESCRIPTION',
836 geraldo 1383
                    'route' => 'settings/jobs-description',
1384
                ],
1385
                [
1 www 1386
                    'label' => 'LABEL_COMPANY_SIZES',
1387
                    'route' => 'settings/company-sizes',
1388
                ],
1389
                [
1390
                    'label' => 'LABEL_COMPETENCY_TYPES',
1391
                    'route' => 'settings/competency-types',
1392
                ],
1393
                [
1394
                    'label' => 'LABEL_GROUP_TYPES',
1395
                    'route' => 'settings/group-types',
1396
                ],
1397
            ]
1398
        ],
1399
        [
1400
            'label' => 'LABEL_PUBLICATIONS',
1401
            'route' => 'publications',
1402
            'class' => 'fa fa-book',
1403
            'pages' => [
1404
                [
1405
                    'label' => 'LABEL_PAGES',
1406
                    'route' => 'publications/pages',
1407
                ],
1408
                [
1409
                    'label' => 'LABEL_POSTS',
1410
                    'route' => 'publications/posts',
1411
                ],
1412
            ]
1413
        ],
1414
        [
1415
            'label' => 'LABEL_USERS',
1416
            'route' => 'users',
1417
            'class' => 'fa fa-users',
779 geraldo 1418
        /* 'pages' => [
1419
          [
1420
          'label' => 'LABEL_PAGES',
1421
          'route' => 'publications/pages',
1422
          ],
1423
 
1424
          ] */
1 www 1425
        ],
1333 efrain 1426
 
1427
 
1428
 
1429
 
1430
        [
1 www 1431
            'label' => 'LABEL_LOGOUT',
1432
            'route' => 'signout',
1433
            'class' => 'fa fa-sign-out',
1434
        ]
779 geraldo 1435
    ];
1 www 1436
}
1437
 
779 geraldo 1438
function getAclMenuCompany() {
1439
 
1 www 1440
    return [
1441
        [
1442
            'label' => 'LABEL_HOME',
1443
            'route' => 'dashboard',
1444
            'class' => 'fa fa-home'
1445
        ],
1446
        [
1447
            'label' => 'LABEL_JOBS',
1448
            'route' => 'jobs',
1449
            'class' => 'fa fa-briefcase'
1450
        ],
1451
        [
1452
            'label' => 'LABEL_FEEDS',
1453
            'route' => 'feeds',
1454
            'class' => 'fa fa-rss'
1455
        ],
114 efrain 1456
        [
13487 nelberth 1457
            'label' => 'LABEL_INBOX',
13524 nelberth 1458
            'route' => 'inmail',
13487 nelberth 1459
            'class' => 'fa fa-envelope-o'
1460
        ],
1461
 
1462
        [
114 efrain 1463
            'label' => 'LABEL_SELF_EVALUATION',
1464
            'route' => 'self-evaluation',
1465
            'class' => 'fa fa-book',
1466
            'pages' => [
1467
                [
1468
                    'label' => 'LABEL_FORMS',
1469
                    'route' => 'self-evaluation/forms',
1470
                ],
115 efrain 1471
                [
1472
                    'label' => 'LABEL_USERS',
1473
                    'route' => 'self-evaluation/users',
246 geraldo 1474
                ],
1475
                [
1476
                    'label' => 'LABEL_REVIEWS',
1477
                    'route' => 'self-evaluation/reviews',
245 geraldo 1478
                ]
779 geraldo 1479
            ],
1480
        ],
1 www 1481
        [
1482
            'label' => 'LABEL_MICRO_LEARNING',
1483
            'route' => 'microlearning',
1484
            'class' => 'fa fa-book',
1485
            'pages' => [
1486
                [
1487
                    'label' => 'LABEL_OVERVIEW',
1488
                    'route' => 'microlearning/overview',
1489
                ],
1490
                [
1491
                    'label' => 'LABEL_REPORTS',
1492
                    'route' => 'microlearning/reports',
2 efrain 1493
                    'pages' => [
1494
                        [
1495
                            'label' => 'LABEL_DEVICES',
1496
                            'route' => 'microlearning/reports/devices',
1497
                        ],
1498
                        [
1499
                            'label' => 'LABEL_PROGRESS',
1500
                            'route' => 'microlearning/reports/progress',
1501
                        ],
779 geraldo 1502
                    ],
1 www 1503
                ],
1504
                [
1505
                    'label' => 'LABEL_CONTENT',
1506
                    'route' => 'microlearning/content',
1507
                    'pages' => [
1508
                        [
66 efrain 1509
                            'label' => 'LABEL_QUIZZES',
1510
                            'route' => 'microlearning/content/quizzes',
1511
                        ],
1512
                        [
1 www 1513
                            'label' => 'LABEL_TOPICS',
1514
                            'route' => 'microlearning/content/topics',
1515
                        ],
1516
                        [
1517
                            'label' => 'LABEL_CAPSULES',
1518
                            'route' => 'microlearning/content/capsules',
1519
                        ],
1520
                        [
1521
                            'label' => 'LABEL_SLIDES',
1522
                            'route' => 'microlearning/content/slides',
1523
                        ],
1524
                    ]
1525
                ],
1526
                [
1527
                    'label' => 'LABEL_ACCESS_FOR_STUDENTS',
1528
                    'route' => 'microlearning/access-for-students',
1529
                ],
1530
                [
1531
                    'label' => 'LABEL_STUDENTS',
1532
                    'route' => 'microlearning/students',
1533
                ],
1534
                [
1535
                    'label' => 'LABEL_FILTERS',
1536
                    'route' => 'microlearning/settings',
1537
                    'pages' => [
1538
                        [
1539
                            'label' => 'LABEL_COMPANIES',
1540
                            'route' => 'microlearning/settings/companies',
1541
                        ],
1542
                        [
1543
                            'label' => 'LABEL_FUNCTIONS',
1544
                            'route' => 'microlearning/settings/functions',
1545
                        ],
1546
                        [
1547
                            'label' => 'LABEL_GROUPS',
1548
                            'route' => 'microlearning/settings/groups',
1549
                        ],
1550
                        [
1551
                            'label' => 'LABEL_INSTITUTIONS',
1552
                            'route' => 'microlearning/settings/institutions',
1553
                        ],
1554
                        [
1555
                            'label' => 'LABEL_PROGRAMS',
1556
                            'route' => 'microlearning/settings/programs',
1557
                        ],
1558
                        [
1559
                            'label' => 'LABEL_PARTNERS',
1560
                            'route' => 'microlearning/settings/partners',
1561
                        ],
1562
                        [
1563
                            'label' => 'LABEL_SECTORS',
1564
                            'route' => 'microlearning/settings/sectors',
1565
                        ],
1566
                        [
1567
                            'label' => 'LABEL_STUDENT_TYPES',
1568
                            'route' => 'microlearning/settings/student-types',
1569
                        ],
779 geraldo 1570
                    ],
1 www 1571
                ]
1572
            ]
1573
        ],
1574
        [
560 geraldo 1575
            'label' => 'LABEL_JOB_POSITION',
28 efrain 1576
            'route' => 'settings',
1577
            'class' => 'fa fa-book',
1578
            'pages' => [
1579
                [
66 efrain 1580
                    'label' => 'LABEL_JOBS_DESCRIPTION',
1581
                    'route' => 'settings/jobs-description',
28 efrain 1582
                ],
1583
                [
1584
                    'label' => 'LABEL_COMPETENCIES',
1585
                    'route' => 'settings/competencies',
1586
                ],
66 efrain 1587
                [
1588
                    'label' => 'LABEL_COMPETENCY_TYPES',
1589
                    'route' => 'settings/competency-types',
1590
                ],
67 efrain 1591
                [
1592
                    'label' => 'LABEL_POSITIONS',
1593
                    'route' => 'settings/positions',
1594
                ],
28 efrain 1595
            ]
779 geraldo 1596
        ],
22 steven 1597
        [
1090 geraldo 1598
            'label' => 'LABEL_PERFORMANCE_EVALUATION_MENU',
976 geraldo 1599
            'route' => 'performance-evaluation',
1600
            'class' => 'fa fa-book',
1601
            'pages' => [
1602
                [
1603
                    'label' => 'LABEL_FORMS',
1604
                    'route' => 'performance-evaluation/forms',
1605
                ],
1383 efrain 1606
 
976 geraldo 1607
                [
1383 efrain 1608
                    'label' => 'LABEL_TESTS',
1609
                    'route' => 'performance-evaluation/evaluations',
1610
                ]
976 geraldo 1611
            ],
946 geraldo 1612
        ],
1321 eleazar 1613
        [
1 www 1614
            'label' => 'LABEL_PROFILE',
1615
            'route' => 'profile',
1616
            'class' => 'fa fa-picture-o'
1617
        ],
1618
        [
1619
            'label' => 'LABEL_FOLLOWERS',
1620
            'route' => 'followers',
1621
            'class' => 'fa fa-heart'
1622
        ],
1623
        [
1624
            'label' => 'LABEL_USERS',
1625
            'route' => 'users',
1626
            'class' => 'fa fa-users',
1627
        ],
1334 efrain 1628
 
1 www 1629
        [
1334 efrain 1630
            'label' => 'LABEL_OWN_PROFESSIONAL_NETWORK',
1631
            'route' => 'own-professional-network',
1632
            'class' => 'fa fa-book',
1633
        ],
1634
 
1635
        [
1636
            'label' => 'LABEL_ORGANIZATIONAL_DESIGN',
1637
            'route' =>  'organizational-design',
1638
            'class' => 'fa fa-book',
1639
        ],
1640
 
8187 nelberth 1641
 
1334 efrain 1642
        [
8187 nelberth 1643
            'label' => 'LABEL_HIGH_PERFORMANCE_TEAMS',
12397 nelberth 1644
            'route' =>  'high-performance-teams/groups',
1689 nelberth 1645
            'class' => 'fa fa-street-view',
12397 nelberth 1646
 
1334 efrain 1647
        ],
1648
        [
12397 nelberth 1649
            'label' => 'LABEL_PLANNING_OBJECTIVES_AND_GOALS',
1650
            'route' => 'planning-objectives-and-goals/objectives',
1651
            'class' => 'fa fa-book',
1652
        ],
1653
        [
1334 efrain 1654
            'label' => 'LABEL_DEVELOPMENT_AND_TRAINING',
1655
            'route' => 'development-and-training',
1656
            'class' => 'fa fa-book',
1657
        ],
1658
 
13353 eleazar 1659
        [
1660
            'label' => 'LABEL_DEVELOPMENT_AND_CONTENT',
1661
            'route' => 'development-and-content',
1662
            'class' => 'fa fa-book',
1663
            'pages' => [
1664
                [
1665
                    'label' => 'LABEL_CATEGORIES',
1666
                    'route' =>  'development-and-content/category',
1667
                ],
1668
                [
1669
                    'label' => 'LABEL_WAITING',
1670
                    'route' => 'development-and-content/waiting',
1671
                ],
13464 eleazar 1672
                [
1673
                    'label' => 'LABEL_CONTENT',
1674
                    'route' =>  'development-and-content',
1675
                ]
13353 eleazar 1676
 
1677
            ]
1678
        ],
1334 efrain 1679
 
1680
        [
1681
            'label' => 'LABEL_RECRUITMENT_AND_SELECTION',
1477 efrain 1682
            'route' => 'recruitment-and-selection',
1334 efrain 1683
            'class' => 'fa fa-book',
1342 eleazar 1684
            'pages' => [
1685
                [
1463 eleazar 1686
                    'label' => 'LABEL_VACANCIES',
1478 eleazar 1687
                    'route' => 'recruitment-and-selection/vacancies',
1342 eleazar 1688
                ],
1459 eleazar 1689
 
1690
                [
4241 eleazar 1691
                    'label' => 'LABEL_PRE_SELECTION',
1478 eleazar 1692
                    'route' => 'recruitment-and-selection/candidates',
1709 eleazar 1693
                ],
1694
                [
1695
                    'label' => 'LABEL_INTERVIEW',
4047 eleazar 1696
                    'route' => 'recruitment-and-selection/interview/form',
1697
 
1463 eleazar 1698
                ]
1342 eleazar 1699
             ],
1334 efrain 1700
        ],
1701
 
1702
        [
1703
            'label' => 'LABEL_INDUCTION',
1704
            'route' => 'induction',
1705
            'class' => 'fa fa-book',
1706
        ],
1707
 
1708
 
1709
        [
1710
            'label' => 'LABEL_ORGANIZATIONAL_CLIMATE',
1711
            'route' => 'organizational-climate',
1712
            'class' => 'fa fa-book',
7218 eleazar 1713
            'pages' => [
1714
                [
1715
                    'label' => 'LABEL_FORMS',
1716
                    'route' => 'organizational-climate/form',
1717
                ],
1718
                [
1719
                    'label' => 'LABEL_SURVEY',
1720
                    'route' => 'organizational-climate',
1721
                ],
1722
                [
1723
                    'label' => 'LABEL_SURVEY_TEST',
1724
                    'route' => 'organizational-climate/test',
1725
                ],
1726
                [
1727
                    'label' => 'LABEL_SURVEY_REPORT',
1728
                    'route' => 'organizational-climate/report',
1729
                ],
1730
            ]
1334 efrain 1731
        ],
1732
 
1733
        [
1734
            'label' => 'LABEL_CULTURE',
1735
            'route' =>  'culture',
1736
            'class' => 'fa fa-book',
1737
        ],
1738
 
1739
        [
1740
            'label' => 'LABEL_COMMUNICATION',
1741
            'route' =>  'communication',
13012 nelberth 1742
            'class' => 'fa fa-envelope',
13011 nelberth 1743
            'pages' => [
1744
                [
1745
                    'label' => 'LABEL_COMMUNICATION_COMPANY',
13028 nelberth 1746
                    'route' => 'communication/inmail',
13011 nelberth 1747
                ],
1748
                [
1749
                    'label' => 'LABEL_COMMUNICATION_USERS',
1750
                    'route' => 'communication/users',
1751
                ],
1752
            ]
1334 efrain 1753
        ],
1754
 
1755
        [
1756
            'label' => 'LABEL_CAREER_DEVELOPMENT',
1757
            'route' =>  'career-development',
1758
            'class' => 'fa fa-book',
1759
        ],
1760
 
1761
        [
1762
            'label' => 'LABEL_SURVEYS',
4375 eleazar 1763
            'route' =>  'survey',
1334 efrain 1764
            'class' => 'fa fa-book',
4374 eleazar 1765
            'pages' => [
1766
                [
1767
                    'label' => 'LABEL_FORMS',
4375 eleazar 1768
                    'route' => 'survey/form',
4374 eleazar 1769
                ],
4579 eleazar 1770
                [
1771
                    'label' => 'LABEL_SURVEY',
1772
                    'route' => 'survey',
1773
                ],
5287 eleazar 1774
                [
1775
                    'label' => 'LABEL_SURVEY_TEST',
1776
                    'route' => 'survey/test',
1777
                ],
5823 eleazar 1778
                [
1779
                    'label' => 'LABEL_SURVEY_REPORT',
1780
                    'route' => 'survey/report',
1781
                ],
4374 eleazar 1782
            ]
1334 efrain 1783
        ],
1784
 
1785
        [
1786
            'label' => 'LABEL_BUILDING_MY_FUTURE',
1787
            'route' =>  'building-my-future',
1788
            'class' => 'fa fa-book',
1789
        ],
1790
 
1791
 
4379 nelberth 1792
 
1334 efrain 1793
        [
1794
            'label' => 'LABEL_MY_TRAINER',
1795
            'route' => 'my-trainer',
1796
            'class' => 'fa fa-book',
8462 eleazar 1797
            'pages' => [
1798
                [
8465 eleazar 1799
                    'label' => 'LABEL_CATEGORIES',
8462 eleazar 1800
                    'route' =>  'my-trainer/category',
1801
                ],
1802
                [
8464 eleazar 1803
                    'label' => 'LABEL_QUESTIONS',
8462 eleazar 1804
                    'route' => 'my-trainer/question',
1805
                ],
10778 eleazar 1806
 
8462 eleazar 1807
            ]
1334 efrain 1808
        ],
1809
 
1810
 
1336 efrain 1811
 
1334 efrain 1812
        [
1 www 1813
            'label' => 'LABEL_LOGOUT',
1814
            'route' => 'signout',
1815
            'class' => 'fa fa-sign-out',
1816
        ]
1817
    ];
1818
}