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