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