Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6605 | Rev 6749 | 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
553 geraldo 2
 
1 www 3
use LeadersLinked\Model\UserType;
4
 
5546 anderson 5
function getAclResources()
6
{
1 www 7
    return [
8
        'home',
9
        'onroom',
10
        'signin',
11
        'signin/facebook',
12
        'signin/twitter',
13
        'signin/google',
3639 efrain 14
        'signin/impersonate',
3298 efrain 15
        'share',
4778 efrain 16
        'share/increment-external-counter',
1 www 17
        'signout',
18
        'signup',
19
        'backend',
20
        'backend/signin-admin',
21
        'backend/signin-company',
3775 efrain 22
        'shorter',
23
        'shorter/generate',
210 efrain 24
        'csrf',
1 www 25
        'check-session',
5751 efrain 26
        'language',
3639 efrain 27
        'impersonate',
28
        'impersonate/execute',
1 www 29
        'notifications',
3262 efrain 30
        'notifications/mark-read',
31
        'notifications/mark-all-read',
32
        'notifications/delete',
33
        'notifications/clear',
34
        'notifications/unreads',
1 www 35
        'reset-password',
36
        'forgot-password',
37
        'activate-account',
38
        'professionalism-policy',
39
        'privacy-policy',
40
        'terms-and-conditions',
41
        'cookies',
42
        'help',
43
        'oauth',
44
        'oauth/facebook',
45
        'oauth/facebook/cancel',
46
        'oauth/facebook/delete',
47
        'oauth/twitter',
48
        'oauth/google',
49
        'oauth/instagram',
50
        'paypal',
51
        'paypal/success',
52
        'paypal/cancel',
53
        'services',
54
        'services/device',
55
        'services/check-session',
56
        'services/fcm',
57
        'services/signin',
58
        'services/signout',
59
        'services/sync',
60
        'services/sync-batch',
61
        'services/storage',
62
        'services/microlearning',
63
        'services/microlearning/refresh',
64
        'services/microlearning/check-changes',
280 efrain 65
        'services/microlearning/capsules',
66
        'services/microlearning/capsules/comments',
67
        'services/microlearning/capsules/comments/add',
68
        'services/microlearning/capsules/comments/delete',
1979 efrain 69
        'services/delete-account',
1 www 70
        'storage',
3639 efrain 71
        'storage-network',
1 www 72
        'dashboard',
73
        'post',
4808 efrain 74
        'post/comments',
75
        'post/comments/add',
76
        'post/comments/delete',
5765 efrain 77
        'post/save-reaction',
5780 efrain 78
        'post/delete-reaction',
5546 anderson 79
 
1 www 80
        'feed',
81
        'feed/timeline',
82
        'feed/add',
83
        'feed/delete',
84
        'feed/share',
85
        'feed/comment',
86
        'feed/comment/delete',
5765 efrain 87
        'feed/save-reaction',
5780 efrain 88
        'feed/delete-reaction',
6388 efrain 89
        'feed/vote',
1 www 90
        'connection',
91
        'connection/my-connections',
92
        'connection/people-you-may-know',
93
        'connection/people-blocked',
94
        'connection/people-blocked/delete',
95
        'connection/invitations-sent',
96
        'connection/invitations-received',
97
        'connection/request',
98
        'connection/approve',
99
        'connection/reject',
100
        'connection/block',
101
        'connection/cancel',
102
        'connection/delete',
103
        'connection/unblock',
104
        'account-settings',
105
        'account-settings/image',
106
        'account-settings/deactivate',
107
        'account-settings/notifications',
108
        'account-settings/password',
109
        'account-settings/social-networks',
110
        'account-settings/location',
111
        'account-settings/privacy',
112
        'account-settings/basic',
113
        'account-settings/browsers',
114
        'account-settings/ips',
115
        'account-settings/devices',
116
        'account-settings/transactions',
117
        'account-settings/transactions/add-funds',
118
        'account-settings/add-facebook',
119
        'account-settings/remove-facebook',
120
        'account-settings/add-twitter',
121
        'account-settings/remove-twitter',
122
        'account-settings/add-google',
123
        'account-settings/remove-google',
1979 efrain 124
        'account-settings/delete-account',
1 www 125
        'search',
126
        'search/company',
127
        'search/group',
128
        'search/job',
129
        'search/user',
130
        'moodle',
131
        'profile',
132
        'profile/self-evaluation',
133
        'profile/self-evaluation/take-a-test',
279 efrain 134
        'profile/self-evaluation/report',
553 geraldo 135
        'profile/performance-evaluation',
136
        'profile/performance-evaluation/take-a-test',
137
        'profile/performance-evaluation/report',
1 www 138
        'profile/microlearning',
139
        'profile/microlearning/timeline',
140
        'profile/microlearning/progress',
141
        'profile/view',
142
        'profile/people-viewed-profile',
143
        'profile/my-profiles',
144
        'profile/my-profiles/extended',
145
        'profile/my-profiles/cover',
146
        'profile/my-profiles/image',
147
        'profile/my-profiles/experience',
148
        'profile/my-profiles/education',
149
        'profile/my-profiles/language',
150
        'profile/my-profiles/location',
151
        'profile/my-profiles/skill',
152
        'profile/my-profiles/social-network',
3912 efrain 153
        'profile/my-profiles/aptitude',
154
        'profile/my-profiles/hobby-and-interest',
1 www 155
        'profile/my-profiles/add',
156
        'profile/my-profiles/edit',
157
        'profile/my-profiles/delete',
158
        'company',
159
        'company/my-companies',
160
        'company/my-companies/add',
161
        'company/following-companies',
162
        'company/view',
163
        'company/follow',
164
        'company/unfollow',
165
        'company/request',
166
        'company/reject',
167
        'company/accept',
168
        'company/cancel',
169
        'company/leave',
170
        'company/requests-sent',
171
        'company/invitations-received',
172
        'company/i-work-with',
173
        'group',
174
        'group/view',
175
        'group/request',
176
        'group/leave',
177
        'group/cancel',
1360 efrain 178
        'group/accept',
179
        'group/reject',
1 www 180
        'group/my-groups',
181
        'group/my-groups/accessibility',
182
        'group/my-groups/industry',
183
        'group/my-groups/extended',
184
        'group/my-groups/type',
185
        'group/my-groups/users',
186
        'group/my-groups/image',
187
        'group/my-groups/cover',
188
        'group/my-groups/website',
189
        'group/my-groups/privacy',
190
        'group/my-groups/add',
191
        'group/my-groups/edit',
192
        'group/my-groups/delete',
193
        'group/my-groups/status',
194
        'group/joined-groups',
195
        'group/requests-sent',
196
        'group/invitations-received',
197
        'group/members',
198
        'group/members/approve',
199
        'group/members/reject',
200
        'group/members/invite',
201
        'group/members/cancel',
202
        'job',
203
        'job/view',
204
        'job/applied-jobs',
205
        'job/apply-job',
206
        'job/remove-apply-job',
207
        'job/saved-jobs',
208
        'job/save-job',
209
        'job/remove-save-job',
210
        'inmail',
211
        'inmail/block',
212
        'inmail/delete',
213
        'inmail/message',
214
        'inmail/message/send',
215
        'inmail/message/delete',
216
        'chat',
4857 efrain 217
        'chat/users',
1 www 218
        'chat/heart-beat',
219
        'chat/create-group',
220
        'chat/add-user-to-group',
221
        'chat/mark-seen',
222
        'chat/mark-received',
223
        'chat/remove-user-from-group',
224
        'chat/get-all-messages',
225
        'chat/send',
226
        'chat/get-contacts-availables-for-group',
227
        'chat/get-contact-group-list',
228
        'chat/leave-group',
229
        'chat/delete-group',
230
        'chat/close',
231
        'chat/clear',
3121 efrain 232
        'chat/open',
1 www 233
        'chat/upload',
4113 efrain 234
        'chat/zoom',
5343 efrain 235
        'chat/open-or-create',
5546 anderson 236
 
1 www 237
        'helpers',
238
        'helpers/search-people',
239
        'helpers/posts',
240
        'helpers/people-you-may-know',
241
        'helpers/people-viewed-profile',
242
        'helpers/company-follower',
243
        'helpers/company-suggestion',
244
        'helpers/group-members',
245
        'helpers/group-members/invite',
246
        'helpers/group-members/cancel',
247
        'helpers/group-members/reject',
248
        'helpers/group-members/approve',
249
        'helpers/groups-suggestion',
3298 efrain 250
        'helpers/my-groups',
2444 efrain 251
        'helpers/footer',
4179 efrain 252
        'helpers/next-events',
6605 efrain 253
        'helpers/menu',
254
 
255
 
1 www 256
        'marketplace',
257
        'marketplace/categories',
258
        'marketplace/enroll',
5223 efrain 259
        'marketplace/claim',
1 www 260
        'marketplace/join',
261
        'marketplace/buy',
4113 efrain 262
        'calendar',
263
        'calendar/events',
6521 efrain 264
 
5951 efrain 265
        'knowledge-area',
266
        'knowledge-area/add',
267
        'knowledge-area/edit',
268
        'knowledge-area/delete',
269
        'knowledge-area/view',
6056 efrain 270
        'knowledge-area/comments',
271
        'knowledge-area/comments/add',
272
        'knowledge-area/comments/delete',
273
        'knowledge-area/save-reaction',
274
        'knowledge-area/delete-reaction',
5951 efrain 275
 
5050 efrain 276
        'my-coach',
6388 efrain 277
        'my-coach/questions',
278
        'my-coach/questions/view',
279
        'my-coach/questions/add',
280
        'my-coach/questions/edit',
281
        'my-coach/questions/delete',
282
        'my-coach/questions/answers',
283
        'my-coach/questions/answers/add',
284
        'my-coach/questions/answers/edit',
285
        'my-coach/questions/answers/delete',
286
        'my-coach/questions/reaction',
287
        'my-coach/questions/reaction/save',
288
        'my-coach/questions/reaction/delete',
289
        'my-coach/questions/comments',
290
        'my-coach/questions/comments/add',
291
        'my-coach/questions/comments/delete',
5751 efrain 292
 
5205 efrain 293
        'daily-pulse',
294
        'daily-pulse/how_are_you_feel',
295
        'daily-pulse/climate_on_your_organization',
1 www 296
    ];
297
}
298
 
5546 anderson 299
function getAclSuperAdmin()
300
{
3639 efrain 301
    return [
302
        'impersonate',
303
        'impersonate/execute',
5546 anderson 304
    ];
3639 efrain 305
}
306
 
5546 anderson 307
function getAclUsertypeDefaultNetwork()
3639 efrain 308
{
309
    return [
310
        UserType::ADMIN => [
311
            'company',
312
            'company/my-companies',
313
            'company/my-companies/add',
314
            'company/following-companies',
315
            'company/view',
316
            'company/follow',
317
            'company/unfollow',
318
            'company/request',
319
            'company/reject',
320
            'company/accept',
321
            'company/cancel',
322
            'company/leave',
323
            'company/requests-sent',
324
            'company/invitations-received',
325
            'company/i-work-with',
326
            'search',
327
            'search/company',
5546 anderson 328
        ],
3639 efrain 329
        UserType::USER => [
330
            'company',
331
            'company/my-companies',
332
            'company/my-companies/add',
333
            'company/following-companies',
334
            'company/view',
335
            'company/follow',
336
            'company/unfollow',
337
            'company/request',
338
            'company/reject',
339
            'company/accept',
340
            'company/cancel',
341
            'company/leave',
342
            'company/requests-sent',
343
            'company/invitations-received',
344
            'company/i-work-with',
345
            'search',
346
            'search/company',
5546 anderson 347
        ],
3639 efrain 348
    ];
349
}
350
 
351
 
352
function getAclUsertypeOtherNetworkCreator()
353
{
354
    return [
355
        'company',
356
        'company/my-companies',
357
        'company/view',
3674 efrain 358
 
3639 efrain 359
    ];
360
}
361
 
362
function getAclUsertypeOtherNetworkNonCreator()
363
{
364
    return [
365
        'company',
366
        'company/i-work-with',
367
        'company/view',
368
    ];
369
}
370
 
371
 
5205 efrain 372
function getAclDailyPulse()
373
{
374
    return [
375
        'daily-pulse',
376
        'daily-pulse/how_are_you_feel',
377
        'daily-pulse/climate_on_your_organization',
378
    ];
379
}
3639 efrain 380
 
5951 efrain 381
function getAclKnowledgeArea()
382
{
383
    return [
384
 
385
        'knowledge-area',
386
        'knowledge-area/add',
387
        'knowledge-area/edit',
388
        'knowledge-area/delete',
389
        'knowledge-area/view',
6056 efrain 390
        'knowledge-area/comments',
391
        'knowledge-area/comments/add',
392
        'knowledge-area/comments/delete',
393
        'knowledge-area/save-reaction',
394
        'knowledge-area/delete-reaction'
5951 efrain 395
    ];
396
}
5205 efrain 397
 
6388 efrain 398
function getAclMyCoach()
399
{
400
    return [
401
        'my-coach',
402
        'my-coach/questions',
403
        'my-coach/questions/view',
404
        'my-coach/questions/add',
405
        'my-coach/questions/edit',
406
        'my-coach/questions/delete',
407
        'my-coach/questions/answers',
408
        'my-coach/questions/answers/add',
409
        'my-coach/questions/answers/edit',
410
        'my-coach/questions/answers/delete',
411
        'my-coach/questions/reaction',
412
        'my-coach/questions/reaction/save',
413
        'my-coach/questions/reaction/delete',
414
        'my-coach/questions/comments',
415
        'my-coach/questions/comments/add',
416
        'my-coach/questions/comments/delete',
417
    ];
418
}
5205 efrain 419
 
5951 efrain 420
 
6388 efrain 421
 
5546 anderson 422
function getAclUsertype()
423
{
1 www 424
    return [
425
        UserType::ADMIN => [
426
            'home',
3298 efrain 427
            'share',
4778 efrain 428
            'share/increment-external-counter',
1 www 429
            'onroom',
5751 efrain 430
            'language',
1 www 431
            'signin',
432
            'signin/facebook',
433
            'signin/twitter',
434
            'signin/google',
3639 efrain 435
            'signin/impersonate',
1 www 436
            'signout',
437
            'signup',
210 efrain 438
            'csrf',
1 www 439
            'check-session',
3775 efrain 440
            'shorter',
441
            'shorter/generate',
5546 anderson 442
 
1 www 443
            'notifications',
3262 efrain 444
            'notifications/mark-read',
445
            'notifications/mark-all-read',
446
            'notifications/delete',
447
            'notifications/clear',
448
            'notifications/unreads',
5546 anderson 449
 
1 www 450
            'reset-password',
451
            'forgot-password',
452
            'professionalism-policy',
453
            'activate-account',
454
            'privacy-policy',
455
            'terms-and-conditions',
456
            'cookies',
457
            'backend',
458
            'backend/signin-admin',
459
            'backend/signin-company',
460
            'oauth',
461
            'oauth/facebook',
462
            'oauth/facebook/cancel',
463
            'oauth/facebook/delete',
464
            'oauth/twitter',
465
            'oauth/google',
466
            'oauth/instagram',
467
            'paypal',
468
            'paypal/success',
469
            'paypal/cancel',
470
            'services',
471
            'services/device',
472
            'services/check-session',
473
            'services/fcm',
474
            'services/signin',
475
            'services/signout',
476
            'services/sync',
477
            'services/sync-batch',
478
            'services/storage',
479
            'services/microlearning',
480
            'services/microlearning/refresh',
481
            'services/microlearning/check-changes',
280 efrain 482
            'services/microlearning/capsules',
483
            'services/microlearning/capsules/comments',
484
            'services/microlearning/capsules/comments/add',
485
            'services/microlearning/capsules/comments/delete',
1979 efrain 486
            'services/delete-account',
1 www 487
            'storage',
3639 efrain 488
            'storage-network',
1 www 489
            'dashboard',
490
            'post',
4808 efrain 491
            'post/comments',
492
            'post/comments/add',
493
            'post/comments/delete',
5765 efrain 494
            'post/save-reaction',
5780 efrain 495
            'post/delete-reaction',
1 www 496
            'feed',
497
            'feed/timeline',
498
            'feed/add',
499
            'feed/delete',
500
            'feed/share',
501
            'feed/comment',
502
            'feed/comment/delete',
5765 efrain 503
            'feed/save-reaction',
5780 efrain 504
            'feed/delete-reaction',
6388 efrain 505
            'feed/vote',
1 www 506
            'connection',
507
            'connection/my-connections',
508
            'connection/people-you-may-know',
509
            'connection/people-blocked',
510
            'connection/people-blocked/delete',
511
            'connection/invitations-sent',
512
            'connection/invitations-received',
513
            'connection/request',
514
            'connection/approve',
515
            'connection/reject',
516
            'connection/block',
517
            'connection/cancel',
518
            'connection/delete',
519
            'connection/unblock',
520
            'account-settings',
521
            'account-settings/image',
522
            'account-settings/deactivate',
523
            'account-settings/notifications',
524
            'account-settings/password',
525
            'account-settings/social-networks',
526
            'account-settings/location',
527
            'account-settings/privacy',
528
            'account-settings/basic',
529
            'account-settings/browsers',
530
            'account-settings/ips',
531
            'account-settings/devices',
532
            'account-settings/transactions',
533
            'account-settings/transactions/add-funds',
534
            'account-settings/add-facebook',
535
            'account-settings/remove-facebook',
536
            'account-settings/add-twitter',
537
            'account-settings/remove-twitter',
538
            'account-settings/add-google',
539
            'account-settings/remove-google',
1979 efrain 540
            'account-settings/delete-account',
1 www 541
            'search',
542
            'search/group',
543
            'search/job',
544
            'search/user',
545
            'moodle',
546
            'profile',
547
            'profile/self-evaluation',
548
            'profile/self-evaluation/take-a-test',
279 efrain 549
            'profile/self-evaluation/report',
554 geraldo 550
            'profile/performance-evaluation',
551
            'profile/performance-evaluation/take-a-test',
552
            'profile/performance-evaluation/report',
1 www 553
            'profile/microlearning',
554
            'profile/microlearning/timeline',
555
            'profile/microlearning/progress',
556
            'profile/view',
557
            'profile/people-viewed-profile',
558
            'profile/my-profiles',
559
            'profile/my-profiles/extended',
560
            'profile/my-profiles/cover',
561
            'profile/my-profiles/image',
562
            'profile/my-profiles/experience',
563
            'profile/my-profiles/education',
564
            'profile/my-profiles/language',
565
            'profile/my-profiles/location',
566
            'profile/my-profiles/skill',
567
            'profile/my-profiles/social-network',
3912 efrain 568
            'profile/my-profiles/aptitude',
569
            'profile/my-profiles/hobby-and-interest',
1 www 570
            'profile/my-profiles/add',
571
            'profile/my-profiles/edit',
572
            'profile/my-profiles/delete',
3639 efrain 573
 
1 www 574
            'group',
575
            'group/view',
576
            'group/request',
577
            'group/leave',
578
            'group/cancel',
1360 efrain 579
            'group/accept',
580
            'group/reject',
1 www 581
            'group/my-groups',
582
            'group/my-groups/accessibility',
583
            'group/my-groups/industry',
584
            'group/my-groups/extended',
585
            'group/my-groups/type',
586
            'group/my-groups/users',
587
            'group/my-groups/image',
588
            'group/my-groups/cover',
589
            'group/my-groups/website',
590
            'group/my-groups/privacy',
591
            'group/my-groups/add',
592
            'group/my-groups/edit',
593
            'group/my-groups/delete',
594
            'group/my-groups/status',
595
            'group/joined-groups',
596
            'group/requests-sent',
597
            'group/invitations-received',
598
            'group/members',
599
            'group/members/approve',
600
            'group/members/reject',
601
            'group/members/invite',
602
            'group/members/cancel',
603
            'job',
604
            'job/view',
605
            'job/applied-jobs',
606
            'job/apply-job',
607
            'job/remove-apply-job',
608
            'job/saved-jobs',
609
            'job/save-job',
610
            'job/remove-save-job',
611
            'inmail',
612
            'inmail/block',
613
            'inmail/delete',
614
            'inmail/message',
615
            'inmail/message/send',
616
            'inmail/message/delete',
617
            'chat',
4857 efrain 618
            'chat/users',
1 www 619
            'chat/heart-beat',
620
            'chat/create-group',
621
            'chat/add-user-to-group',
622
            'chat/mark-seen',
623
            'chat/mark-received',
624
            'chat/remove-user-from-group',
625
            'chat/get-all-messages',
626
            'chat/send',
627
            'chat/get-contacts-availables-for-group',
628
            'chat/get-contact-group-list',
629
            'chat/leave-group',
630
            'chat/delete-group',
631
            'chat/close',
632
            'chat/clear',
3121 efrain 633
            'chat/open',
1 www 634
            'chat/upload',
4113 efrain 635
            'chat/zoom',
5343 efrain 636
            'chat/open-or-create',
5546 anderson 637
 
1 www 638
            'help',
639
            'helpers',
640
            'helpers/search-people',
641
            'helpers/posts',
642
            'helpers/people-you-may-know',
643
            'helpers/people-viewed-profile',
644
            'helpers/company-follower',
645
            'helpers/company-suggestion',
646
            'helpers/group-members',
647
            'helpers/group-members/invite',
648
            'helpers/group-members/cancel',
649
            'helpers/group-members/reject',
650
            'helpers/group-members/approve',
651
            'helpers/groups-suggestion',
3298 efrain 652
            'helpers/my-groups',
2444 efrain 653
            'helpers/footer',
4179 efrain 654
            'helpers/next-events',
6605 efrain 655
            'helpers/menu',
656
 
1 www 657
            'marketplace',
658
            'marketplace/categories',
659
            'marketplace/enroll',
5223 efrain 660
            'marketplace/claim',
1 www 661
            'marketplace/join',
662
            'marketplace/buy',
4113 efrain 663
 
664
            'calendar',
665
            'calendar/events',
5546 anderson 666
 
5837 efrain 667
/*
668
            'zoom',
669
            'zoom/add',
670
            'zoom/delete',
671
            'zoom/listing',
672
            */
1 www 673
        ],
674
        UserType::USER => [
675
            'home',
676
            'onroom',
5751 efrain 677
            'language',
3298 efrain 678
            'share',
4778 efrain 679
            'share/increment-external-counter',
1 www 680
            'signin',
681
            'signin/facebook',
682
            'signin/twitter',
683
            'signin/google',
3639 efrain 684
            'signin/impersonate',
1 www 685
            'signout',
686
            'signup',
210 efrain 687
            'csrf',
1 www 688
            'check-session',
3775 efrain 689
            'shorter',
690
            'shorter/generate',
1 www 691
            'notifications',
3262 efrain 692
            'notifications/mark-read',
693
            'notifications/mark-all-read',
694
            'notifications/delete',
695
            'notifications/clear',
696
            'notifications/unreads',
1 www 697
            'professionalism-policy',
698
            'reset-password',
699
            'forgot-password',
700
            'activate-account',
701
            'privacy-policy',
702
            'terms-and-conditions',
703
            'cookies',
704
            'backend',
705
            'backend/signin-company',
706
            'oauth',
707
            'oauth/facebook',
708
            'oauth/facebook/cancel',
709
            'oauth/facebook/delete',
710
            'oauth/twitter',
711
            'oauth/google',
712
            'oauth/instagram',
713
            'paypal',
714
            'paypal/success',
715
            'paypal/cancel',
716
            'services',
717
            'services/device',
718
            'services/check-session',
719
            'services/fcm',
720
            'services/signin',
1323 efrain 721
            'services/signout',
1 www 722
            'services/sync',
723
            'services/sync-batch',
724
            'services/storage',
725
            'services/microlearning',
726
            'services/microlearning/refresh',
727
            'services/microlearning/check-changes',
280 efrain 728
            'services/microlearning/capsules',
729
            'services/microlearning/capsules/comments',
730
            'services/microlearning/capsules/comments/add',
731
            'services/microlearning/capsules/comments/delete',
1979 efrain 732
            'services/delete-account',
1 www 733
            'storage',
3639 efrain 734
            'storage-network',
1 www 735
            'dashboard',
736
            'post',
4808 efrain 737
            'post/comments',
738
            'post/comments/add',
739
            'post/comments/delete',
5765 efrain 740
            'post/save-reaction',
5780 efrain 741
            'post/delete-reaction',
1 www 742
            'feed',
743
            'feed/timeline',
744
            'feed/add',
745
            'feed/delete',
746
            'feed/share',
747
            'feed/comment',
748
            'feed/comment/delete',
5765 efrain 749
            'feed/save-reaction',
5780 efrain 750
            'feed/delete-reaction',
6388 efrain 751
            'feed/vote',
1 www 752
            'connection',
753
            'connection/my-connections',
754
            'connection/people-you-may-know',
755
            'connection/people-blocked',
756
            'connection/people-blocked/delete',
757
            'connection/invitations-sent',
758
            'connection/invitations-received',
759
            'connection/request',
760
            'connection/approve',
761
            'connection/reject',
762
            'connection/block',
763
            'connection/cancel',
764
            'connection/delete',
765
            'connection/unblock',
766
            'account-settings',
767
            'account-settings/image',
768
            'account-settings/deactivate',
769
            'account-settings/notifications',
770
            'account-settings/password',
771
            'account-settings/social-networks',
772
            'account-settings/location',
773
            'account-settings/privacy',
774
            'account-settings/basic',
775
            'account-settings/browsers',
776
            'account-settings/ips',
777
            'account-settings/devices',
778
            'account-settings/transactions',
779
            'account-settings/transactions/add-funds',
780
            'account-settings/add-facebook',
781
            'account-settings/remove-facebook',
782
            'account-settings/add-twitter',
783
            'account-settings/remove-twitter',
784
            'account-settings/add-google',
785
            'account-settings/remove-google',
1979 efrain 786
            'account-settings/delete-account',
1 www 787
            'search',
788
            'search/group',
789
            'search/job',
790
            'search/user',
791
            'moodle',
792
            'profile',
793
            'profile/self-evaluation',
794
            'profile/self-evaluation/take-a-test',
279 efrain 795
            'profile/self-evaluation/report',
554 geraldo 796
            'profile/performance-evaluation',
797
            'profile/performance-evaluation/take-a-test',
798
            'profile/performance-evaluation/report',
1 www 799
            'profile/microlearning',
800
            'profile/microlearning/timeline',
801
            'profile/microlearning/progress',
802
            'profile/view',
803
            'profile/people-viewed-profile',
804
            'profile/my-profiles',
805
            'profile/my-profiles/extended',
806
            'profile/my-profiles/cover',
807
            'profile/my-profiles/image',
808
            'profile/my-profiles/experience',
809
            'profile/my-profiles/education',
810
            'profile/my-profiles/language',
811
            'profile/my-profiles/location',
812
            'profile/my-profiles/skill',
813
            'profile/my-profiles/social-network',
3912 efrain 814
            'profile/my-profiles/aptitude',
815
            'profile/my-profiles/hobby-and-interest',
1 www 816
            'profile/my-profiles/add',
817
            'profile/my-profiles/edit',
818
            'profile/my-profiles/delete',
819
            'group',
820
            'group/view',
821
            'group/request',
822
            'group/leave',
823
            'group/cancel',
1360 efrain 824
            'group/accept',
825
            'group/reject',
1 www 826
            'group/my-groups',
827
            'group/my-groups/accessibility',
828
            'group/my-groups/industry',
829
            'group/my-groups/extended',
830
            'group/my-groups/type',
831
            'group/my-groups/users',
832
            'group/my-groups/image',
833
            'group/my-groups/cover',
834
            'group/my-groups/website',
835
            'group/my-groups/privacy',
836
            'group/my-groups/add',
837
            'group/my-groups/edit',
838
            'group/my-groups/delete',
839
            'group/my-groups/status',
840
            'group/joined-groups',
841
            'group/requests-sent',
842
            'group/invitations-received',
843
            'group/members',
844
            'group/members/approve',
845
            'group/members/reject',
846
            'group/members/invite',
847
            'group/members/cancel',
848
            'job',
849
            'job/view',
850
            'job/applied-jobs',
851
            'job/apply-job',
852
            'job/remove-apply-job',
853
            'job/saved-jobs',
854
            'job/save-job',
855
            'job/remove-save-job',
856
            'inmail',
857
            'inmail/block',
858
            'inmail/delete',
859
            'inmail/message',
860
            'inmail/message/send',
861
            'inmail/message/delete',
862
            'chat',
4857 efrain 863
            'chat/users',
1 www 864
            'chat/heart-beat',
865
            'chat/create-group',
866
            'chat/add-user-to-group',
867
            'chat/mark-seen',
868
            'chat/mark-received',
869
            'chat/remove-user-from-group',
870
            'chat/get-all-messages',
871
            'chat/send',
872
            'chat/get-contacts-availables-for-group',
873
            'chat/get-contact-group-list',
874
            'chat/leave-group',
875
            'chat/delete-group',
876
            'chat/close',
877
            'chat/clear',
3121 efrain 878
            'chat/open',
1 www 879
            'chat/upload',
4113 efrain 880
            'chat/zoom',
5343 efrain 881
            'chat/open-or-create',
5546 anderson 882
 
1 www 883
            'help',
884
            'helpers',
885
            'helpers/search-people',
886
            'helpers/posts',
887
            'helpers/people-you-may-know',
888
            'helpers/people-viewed-profile',
889
            'helpers/company-follower',
890
            'helpers/company-suggestion',
891
            'helpers/group-members',
892
            'helpers/group-members/invite',
893
            'helpers/group-members/cancel',
894
            'helpers/group-members/reject',
895
            'helpers/group-members/approve',
896
            'helpers/groups-suggestion',
3298 efrain 897
            'helpers/my-groups',
2444 efrain 898
            'helpers/footer',
4179 efrain 899
            'helpers/next-events',
6605 efrain 900
            'helpers/menu',
901
 
1 www 902
            'marketplace',
903
            'marketplace/categories',
904
            'marketplace/enroll',
5223 efrain 905
            'marketplace/claim',
1 www 906
            'marketplace/join',
907
            'marketplace/buy',
4113 efrain 908
 
909
            'calendar',
910
            'calendar/events',
5546 anderson 911
 
5837 efrain 912
            /*
913
            'zoom',
914
            'zoom/add',
915
            'zoom/delete',
916
            'zoom/listing',*/
1 www 917
        ],
918
        UserType::GUEST => [
919
            'home',
920
            'onroom',
5751 efrain 921
            'language',
3349 efrain 922
            'share',
1 www 923
            'signin',
924
            'signin/facebook',
925
            'signin/twitter',
926
            'signin/google',
3639 efrain 927
            'signin/impersonate',
1 www 928
            'signout',
929
            'signup',
930
            'check-session',
3775 efrain 931
            'shorter',
1 www 932
            'notifications',
3262 efrain 933
            'notifications/mark-read',
934
            'notifications/mark-all-read',
935
            'notifications/delete',
936
            'notifications/clear',
937
            'notifications/unreads',
1 www 938
            'professionalism-policy',
939
            'reset-password',
940
            'forgot-password',
941
            'activate-account',
942
            'privacy-policy',
943
            'terms-and-conditions',
944
            'cookies',
2581 efrain 945
            'csrf',
1 www 946
            'oauth',
947
            'oauth/facebook',
948
            'oauth/facebook/cancel',
949
            'oauth/facebook/delete',
950
            'oauth/twitter',
951
            'oauth/google',
952
            'oauth/instagram',
953
            'paypal',
954
            'paypal/success',
955
            'paypal/cancel',
3639 efrain 956
            'storage-network',
1 www 957
            'services',
958
            'services/device',
959
            'services/check-session',
960
            'services/fcm',
961
            'services/signin',
962
            'services/signout',
963
            'services/sync',
964
            'services/sync-batch',
5546 anderson 965
 
5837 efrain 966
            /*
967
            'zoom',
968
            'zoom/add',
969
            'zoom/delete',
970
            'zoom/listing',*/
1 www 971
        ],
1979 efrain 972
        UserType::USER_DELETED => [
973
            'home',
5751 efrain 974
            'language',
1979 efrain 975
            'signin',
976
            'signin/facebook',
977
            'signin/twitter',
978
            'signin/google',
979
            'signout',
980
            'signup',
981
            'check-session',
982
            'notifications',
3262 efrain 983
            'notifications/mark-read',
984
            'notifications/mark-all-read',
985
            'notifications/delete',
986
            'notifications/clear',
987
            'notifications/unreads',
1979 efrain 988
            'professionalism-policy',
989
            'reset-password',
990
            'forgot-password',
991
            'activate-account',
992
            'privacy-policy',
993
            'terms-and-conditions',
994
            'cookies',
995
            'oauth',
2581 efrain 996
            'csrf',
3775 efrain 997
            'shorter',
1979 efrain 998
            'oauth/facebook',
999
            'oauth/facebook/cancel',
1000
            'oauth/facebook/delete',
1001
            'oauth/twitter',
1002
            'oauth/google',
1003
            'oauth/instagram',
2002 efrain 1004
            'services',
1005
            'services/device',
1006
            'services/check-session',
1007
            'services/fcm',
1008
            'services/signin',
1009
            'services/signout',
1010
            'services/sync',
1011
            'services/sync-batch',
1979 efrain 1012
        ],
1 www 1013
    ];
1014
}
4842 efrain 1015
 
1016
function getAclMenuDefaultNetworkConnectionUser2User()
1017
{
1018
    return [
1019
        [
1020
            'label' => 'LABEL_HOME',
1021
            'route' => 'dashboard',
1022
            'class' => '/images/navbar/home.svg',
1023
        ],
1024
        [
1025
            'label' => 'LABEL_PROFILE',
1026
            'route' => 'profile',
1027
            'class' => '/images/navbar/perfil.svg',
1028
            'pages' => [
1029
                [
1030
                    'label' => 'LABEL_CONNECTIONS',
1031
                    'route' => 'connection',
1032
                    //'class' =>'/images/navbar/conexion.svg',
1033
                    'pages' => [
1034
                        [
1035
                            'label' => 'LABEL_MY_CONNECTIONS',
1036
                            'route' => 'connection/my-connections'
1037
                        ],
1038
                        [
1039
                            'label' => 'LABEL_INVITATIONS_SENT',
1040
                            'route' => 'connection/invitations-sent'
1041
                        ],
1042
                        [
1043
                            'label' => 'LABEL_INVITATIONS_RECEIVED',
1044
                            'route' => 'connection/invitations-received'
1045
                        ],
1046
                        [
1047
                            'label' => 'LABEL_PEOPLE_YOU_MAY_KNOW',
1048
                            'route' => 'connection/people-you-may-know'
1049
                        ],
1050
                        [
1051
                            'label' => 'LABEL_PEOPLE_BLOCKED',
1052
                            'route' => 'connection/people-blocked'
1053
                        ],
5546 anderson 1054
 
1055
 
4842 efrain 1056
                    ]
1057
                ],
1058
                [
1059
                    'label' => 'LABEL_MY_PROFILES',
1060
                    'route' => 'profile/my-profiles'
1061
                ],
1062
                [
6685 efrain 1063
                    'label' => 'LABEL_JOBS',
1064
                    'route' => 'job',
1065
                    'pages' => [
1066
                        [
1067
                            'label' => 'LABEL_JOBS_APPLIED',
1068
                            'route' => 'job/applied-jobs'
1069
                        ],
1070
                        [
1071
                            'label' => 'LABEL_JOBS_SAVED',
1072
                            'route' => 'job/saved-jobs'
1073
                        ],
1074
                    ]
4842 efrain 1075
                ],
6685 efrain 1076
 
1077
 
4842 efrain 1078
                [
1079
                    'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
1080
                    'route' => 'profile/people-viewed-profile'
1081
                ],
5546 anderson 1082
 
4842 efrain 1083
            ]
1084
        ],
5546 anderson 1085
 
1086
 
4842 efrain 1087
        [
1088
            'label' => 'LABEL_COMPANIES',
1089
            'route' => 'company',
1090
            'class' => '/images/navbar/empresa.svg',
1091
            'pages' => [
1092
                [
1093
                    'label' => 'LABEL_MY_COMPANIES',
1094
                    'route' => 'company/my-companies'
1095
                ],
1096
                [
1097
                    'label' => 'LABEL_COMPANIES_I_FOLLOW',
1098
                    'route' => 'company/following-companies'
1099
                ],
1100
                [
1101
                    'label' => 'LABEL_COMPANIES_I_WORK_WITH',
1102
                    'route' => 'company/i-work-with'
1103
                ],
1104
                [
1105
                    'label' => 'LABEL_REQUESTS_SENT',
1106
                    'route' => 'company/requests-sent'
1107
                ],
1108
                [
1109
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1110
                    'route' => 'company/invitations-received'
1111
                ]
1112
            ]
1113
        ],
5546 anderson 1114
 
4842 efrain 1115
        [
1116
            'label' => 'LABEL_GROUPS',
1117
            'route' => 'group',
1118
            'class' => '/images/navbar/grupos.svg',
1119
            'pages' => [
1120
                [
1121
                    'label' => 'LABEL_MY_GROUPS',
1122
                    'route' => 'group/my-groups'
1123
                ],
1124
                [
1125
                    'label' => 'LABEL_JOINED_GROUPS',
1126
                    'route' => 'group/joined-groups'
1127
                ],
1128
                [
1129
                    'label' => 'LABEL_REQUESTS_SENT',
1130
                    'route' => 'group/requests-sent'
1131
                ],
1132
                [
1133
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1134
                    'route' => 'group/invitations-received'
1135
                ]
1136
            ]
1137
        ],
1138
        [
1139
            'label' => 'LABEL_MARKETPLACE',
1140
            'route' => 'marketplace',
1141
            'class' => '/images/navbar/market-place.svg',
1142
        ],
1143
        [
1144
            'label' => 'LABEL_CALENDAR',
1145
            'route' => 'calendar',
1146
            'class' => '/images/navbar/calendar.svg',
1147
        ],
5546 anderson 1148
 
1149
 
1150
 
1151
 
1152
 
1153
 
1154
 
1155
 
4842 efrain 1156
        /* [
1157
         'label' => 'LABEL_MESSAGES',
1158
         'route' => 'inmail',
1159
         'class' => 'fa fa-envelope',
1160
         ],
1161
         [
1162
         'label' => 'LABEL_NOTIFICATIONS',
1163
         'route' => 'dashboard',
1164
         'class' => 'fa fa-bolt',
1165
         ], */
1166
    ];
1167
}
1168
 
1169
function getAclMenuDefaultNetworkConnectionAll2All()
1170
{
1171
    return [
1172
        [
1173
            'label' => 'LABEL_HOME',
1174
            'route' => 'dashboard',
1175
            'class' => '/images/navbar/home.svg',
1176
        ],
1177
        [
1178
            'label' => 'LABEL_PROFILE',
1179
            'route' => 'profile',
1180
            'class' => '/images/navbar/perfil.svg',
1181
            'pages' => [
1182
                [
1183
                    'label' => 'LABEL_MY_CONNECTIONS',
5546 anderson 1184
                    'route' => 'connection/my-connections',
4842 efrain 1185
                ],
1186
                [
1187
                    'label' => 'LABEL_MY_PROFILES',
1188
                    'route' => 'profile/my-profiles'
1189
                ],
1190
                [
1191
                    'label' => 'LABEL_JOBS_APPLIED',
1192
                    'route' => 'job/applied-jobs'
1193
                ],
1194
                [
1195
                    'label' => 'LABEL_JOBS_SAVED',
1196
                    'route' => 'job/saved-jobs'
1197
                ],
1198
                [
1199
                    'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
1200
                    'route' => 'profile/people-viewed-profile'
1201
                ],
5546 anderson 1202
 
4842 efrain 1203
            ]
1204
        ],
5546 anderson 1205
 
1206
 
4842 efrain 1207
        [
1208
            'label' => 'LABEL_COMPANIES',
1209
            'route' => 'company',
1210
            'class' => '/images/navbar/empresa.svg',
1211
            'pages' => [
1212
                [
1213
                    'label' => 'LABEL_MY_COMPANIES',
1214
                    'route' => 'company/my-companies'
1215
                ],
1216
                [
1217
                    'label' => 'LABEL_COMPANIES_I_FOLLOW',
1218
                    'route' => 'company/following-companies'
1219
                ],
1220
                [
1221
                    'label' => 'LABEL_COMPANIES_I_WORK_WITH',
1222
                    'route' => 'company/i-work-with'
1223
                ],
1224
                [
1225
                    'label' => 'LABEL_REQUESTS_SENT',
1226
                    'route' => 'company/requests-sent'
1227
                ],
1228
                [
1229
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1230
                    'route' => 'company/invitations-received'
1231
                ]
1232
            ]
1233
        ],
5546 anderson 1234
 
4842 efrain 1235
        [
1236
            'label' => 'LABEL_GROUPS',
1237
            'route' => 'group',
1238
            'class' => '/images/navbar/grupos.svg',
1239
            'pages' => [
1240
                [
1241
                    'label' => 'LABEL_MY_GROUPS',
1242
                    'route' => 'group/my-groups'
1243
                ],
1244
                [
1245
                    'label' => 'LABEL_JOINED_GROUPS',
1246
                    'route' => 'group/joined-groups'
1247
                ],
1248
                [
1249
                    'label' => 'LABEL_REQUESTS_SENT',
1250
                    'route' => 'group/requests-sent'
1251
                ],
1252
                [
1253
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1254
                    'route' => 'group/invitations-received'
1255
                ]
1256
            ]
1257
        ],
1258
        [
1259
            'label' => 'LABEL_MARKETPLACE',
1260
            'route' => 'marketplace',
1261
            'class' => '/images/navbar/market-place.svg',
1262
        ],
1263
        [
1264
            'label' => 'LABEL_CALENDAR',
1265
            'route' => 'calendar',
1266
            'class' => '/images/navbar/calendar.svg',
1267
        ],
5546 anderson 1268
 
1269
 
1270
 
1271
 
1272
 
1273
 
1274
 
1275
 
4842 efrain 1276
        /* [
1277
         'label' => 'LABEL_MESSAGES',
1278
         'route' => 'inmail',
1279
         'class' => 'fa fa-envelope',
1280
         ],
1281
         [
1282
         'label' => 'LABEL_NOTIFICATIONS',
1283
         'route' => 'dashboard',
1284
         'class' => 'fa fa-bolt',
1285
         ], */
1286
    ];
1287
}
1288
 
1289
function getAclMenuNonDefaulNetworkConnectionUser2User()
1290
{
1291
    return [
1292
        [
1293
            'label' => 'LABEL_HOME',
1294
            'route' => 'dashboard',
1295
            'class' => '/images/navbar/home.svg',
1296
        ],
1297
        [
1298
            'label' => 'LABEL_PROFILE',
1299
            'route' => 'profile',
1300
            'class' => '/images/navbar/perfil.svg',
1301
            'pages' => [
1302
                [
1303
                    'label' => 'LABEL_CONNECTIONS',
1304
                    'route' => 'connection',
1305
                    //'class' =>'/images/navbar/conexion.svg',
1306
                    'pages' => [
1307
                        [
1308
                            'label' => 'LABEL_MY_CONNECTIONS',
1309
                            'route' => 'connection/my-connections'
1310
                        ],
1311
                        [
1312
                            'label' => 'LABEL_INVITATIONS_SENT',
1313
                            'route' => 'connection/invitations-sent'
1314
                        ],
1315
                        [
1316
                            'label' => 'LABEL_INVITATIONS_RECEIVED',
1317
                            'route' => 'connection/invitations-received'
1318
                        ],
1319
                        [
1320
                            'label' => 'LABEL_PEOPLE_YOU_MAY_KNOW',
1321
                            'route' => 'connection/people-you-may-know'
1322
                        ],
1323
                        [
1324
                            'label' => 'LABEL_PEOPLE_BLOCKED',
1325
                            'route' => 'connection/people-blocked'
1326
                        ],
5546 anderson 1327
 
1328
 
4842 efrain 1329
                    ]
1330
                ],
1331
                [
1332
                    'label' => 'LABEL_MY_PROFILES',
1333
                    'route' => 'profile/my-profiles'
1334
                ],
1335
                [
1336
                    'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
1337
                    'route' => 'profile/people-viewed-profile'
1338
                ],
5546 anderson 1339
 
4842 efrain 1340
            ]
1341
        ],
5546 anderson 1342
 
4842 efrain 1343
        [
1344
            'label' => 'LABEL_COMPANY',
1345
            'route' => 'company',
1346
            'class' => '/images/navbar/empresa.svg',
5546 anderson 1347
 
4842 efrain 1348
        ],
5546 anderson 1349
 
4842 efrain 1350
        [
1351
            'label' => 'LABEL_GROUPS',
1352
            'route' => 'group',
1353
            'class' => '/images/navbar/grupos.svg',
1354
            'pages' => [
1355
                [
1356
                    'label' => 'LABEL_MY_GROUPS',
1357
                    'route' => 'group/my-groups'
1358
                ],
1359
                [
1360
                    'label' => 'LABEL_JOINED_GROUPS',
1361
                    'route' => 'group/joined-groups'
1362
                ],
1363
                [
1364
                    'label' => 'LABEL_REQUESTS_SENT',
1365
                    'route' => 'group/requests-sent'
1366
                ],
1367
                [
1368
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1369
                    'route' => 'group/invitations-received'
1370
                ]
1371
            ]
1372
        ],
1373
        [
1374
            'label' => 'LABEL_MARKETPLACE',
1375
            'route' => 'marketplace',
1376
            'class' => '/images/navbar/market-place.svg',
1377
        ],
1378
        [
1379
            'label' => 'LABEL_CALENDAR',
1380
            'route' => 'calendar',
1381
            'class' => '/images/navbar/calendar.svg',
1382
        ],
5546 anderson 1383
 
1384
 
1385
 
1386
 
1387
 
1388
 
1389
 
1390
 
4842 efrain 1391
        /* [
1392
         'label' => 'LABEL_MESSAGES',
1393
         'route' => 'inmail',
1394
         'class' => 'fa fa-envelope',
1395
         ],
1396
         [
1397
         'label' => 'LABEL_NOTIFICATIONS',
1398
         'route' => 'dashboard',
1399
         'class' => 'fa fa-bolt',
1400
         ], */
1401
    ];
1402
}
1403
 
1404
function getAclMenuNonDefaultNetworkConnectionAll2All()
1405
{
1406
    return [
1407
        [
1408
            'label' => 'LABEL_HOME',
1409
            'route' => 'dashboard',
1410
            'class' => '/images/navbar/home.svg',
1411
        ],
1412
        [
1413
            'label' => 'LABEL_PROFILE',
1414
            'route' => 'profile',
1415
            'class' => '/images/navbar/perfil.svg',
1416
            'pages' => [
1417
                [
1418
                    'label' => 'LABEL_MY_CONNECTIONS',
1419
                    'route' => 'connection/my-connections'
1420
                ],
1421
                [
1422
                    'label' => 'LABEL_MY_PROFILES',
1423
                    'route' => 'profile/my-profiles'
1424
                ],
1425
                [
1426
                    'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
1427
                    'route' => 'profile/people-viewed-profile'
1428
                ],
5546 anderson 1429
 
4842 efrain 1430
            ]
1431
        ],
5546 anderson 1432
 
4842 efrain 1433
        [
1434
            'label' => 'LABEL_COMPANY',
1435
            'route' => 'company',
1436
            'class' => '/images/navbar/empresa.svg',
5546 anderson 1437
 
4842 efrain 1438
        ],
5546 anderson 1439
 
1440
 
4842 efrain 1441
        [
1442
            'label' => 'LABEL_GROUPS',
1443
            'route' => 'group',
1444
            'class' => '/images/navbar/grupos.svg',
1445
            'pages' => [
1446
                [
1447
                    'label' => 'LABEL_MY_GROUPS',
1448
                    'route' => 'group/my-groups'
1449
                ],
1450
                [
1451
                    'label' => 'LABEL_JOINED_GROUPS',
1452
                    'route' => 'group/joined-groups'
1453
                ],
1454
                [
1455
                    'label' => 'LABEL_REQUESTS_SENT',
1456
                    'route' => 'group/requests-sent'
1457
                ],
1458
                [
1459
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1460
                    'route' => 'group/invitations-received'
1461
                ]
1462
            ]
1463
        ],
1464
        [
1465
            'label' => 'LABEL_MARKETPLACE',
1466
            'route' => 'marketplace',
1467
            'class' => '/images/navbar/market-place.svg',
1468
        ],
1469
        [
1470
            'label' => 'LABEL_CALENDAR',
1471
            'route' => 'calendar',
1472
            'class' => '/images/navbar/calendar.svg',
1473
        ],
5546 anderson 1474
 
1475
 
1476
 
1477
 
1478
 
1479
 
1480
 
1481
 
4842 efrain 1482
        /* [
1483
         'label' => 'LABEL_MESSAGES',
1484
         'route' => 'inmail',
1485
         'class' => 'fa fa-envelope',
1486
         ],
1487
         [
1488
         'label' => 'LABEL_NOTIFICATIONS',
1489
         'route' => 'dashboard',
1490
         'class' => 'fa fa-bolt',
1491
         ], */
1492
    ];
1493
}