Rev 13028 | Rev 13168 | Ir a la última revisión | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |
<?php
use LeadersLinked\Model\UserType;
function getAclResources() {
return [
'home',
'signin-admin',
'signin-company',
'dashboard',
'signout',
'storage',
'settings',
'settings/company-sizes',
'settings/company-sizes/add',
'settings/company-sizes/edit',
'settings/company-sizes/delete',
'settings/competency-types',
'settings/competency-types/add',
'settings/competency-types/edit',
'settings/competency-types/delete',
'settings/competency-types/import',
'settings/behaviors',
'settings/behaviors/add',
'settings/behaviors/edit',
'settings/competencies',
'settings/competencies/add',
'settings/competencies/edit',
'settings/competencies/delete',
'settings/competencies/import',
'settings/degrees',
'settings/degrees/add',
'settings/degrees/edit',
'settings/degrees/delete',
'settings/email-templates',
'settings/email-templates/edit',
'settings/push-templates',
'settings/push-templates/edit',
'settings/group-types',
'settings/group-types/add',
'settings/group-types/edit',
'settings/group-types/delete',
'settings/industries',
'settings/industries/add',
'settings/industries/edit',
'settings/industries/delete',
//'settings/jobs-interview',
//'settings/jobs-interview/form',
//'settings/jobs-interview/form/add',
//'settings/jobs-interview/form/delete',
//'settings/jobs-interview/form/edit',
'settings/job-categories',
'settings/job-categories/add',
'settings/job-categories/edit',
'settings/job-categories/delete',
'settings/jobs-description',
'settings/jobs-description/add',
'settings/jobs-description/edit',
'settings/jobs-description/delete',
'settings/jobs-description/report',
'settings/jobs-description/import',
'settings/positions',
'settings/positions/add',
'settings/positions/edit',
'settings/positions/delete',
'settings/positions/subordinates',
'settings/skills',
'settings/skills/add',
'settings/skills/edit',
'settings/skills/delete',
'publications',
'publications/posts',
'publications/posts/add',
'publications/posts/edit',
'publications/posts/delete',
'publications/pages',
'publications/pages/add',
'publications/pages/edit',
'publications/pages/delete',
'users',
'users/change-password',
'users/unblock',
'users/invite',
'users/accept',
'users/cancel',
'users/reject',
'users/edit',
'users/upload',
'users/email-verify',
'companies',
'companies/edit',
'companies/services',
'companies/roles',
//Company
'profile',
'profile/extended',
'profile/cover',
'profile/image',
'profile/header',
'profile/footer',
'profile/website',
'profile/foundation_year',
'profile/location',
'profile/social-network',
'profile/company-size',
'profile/industry',
'profile/delete',
'feeds',
'feeds/timeline',
'feeds/onefeed',
'feeds/delete',
'feeds/comments',
'feeds/comments/delete',
'feeds/comments/answer',
'feeds/add',
'followers',
'followers/delete',
'self-evaluation',
'self-evaluation/forms',
'self-evaluation/forms/add',
'self-evaluation/forms/edit',
'self-evaluation/forms/delete',
'self-evaluation/users',
'self-evaluation/users/add',
'self-evaluation/users/delete',
'self-evaluation/reviews',
'self-evaluation/reviews/edit',
'self-evaluation/reviews/report',
'performance-evaluation',
'performance-evaluation/forms',
'performance-evaluation/forms/add',
'performance-evaluation/forms/edit',
'performance-evaluation/forms/delete',
'performance-evaluation/evaluations',
'performance-evaluation/evaluations/add',
'performance-evaluation/evaluations/self',
'performance-evaluation/evaluations/both',
'performance-evaluation/evaluations/superviser',
'performance-evaluation/evaluations/user-by-email',
'performance-evaluation/evaluations/edit',
'performance-evaluation/evaluations/delete',
'performance-evaluation/evaluations/report-self',
'performance-evaluation/evaluations/report-both',
'performance-evaluation/evaluations/report-superviser',
'performance-evaluation/evaluations/users',
'performance-evaluation/evaluations/users/add',
'performance-evaluation/evaluations/users/delete',
'performance-evaluation/forms/report',
'performance-evaluation/reviews',
'performance-evaluation/reviews/pdf',
'recruitment-and-selection',
'recruitment-and-selection/vacancies',
'recruitment-and-selection/vacancies/add',
'recruitment-and-selection/vacancies/edit',
'recruitment-and-selection/vacancies/delete',
'recruitment-and-selection/candidates',
'recruitment-and-selection/candidates/add',
'recruitment-and-selection/candidates/edit',
'recruitment-and-selection/candidates/delete',
'recruitment-and-selection/user-by-email',
'recruitment-and-selection/interview',
'recruitment-and-selection/interview/form',
'recruitment-and-selection/interview/form/file',
'recruitment-and-selection/interview/form/add',
'recruitment-and-selection/interview/form/edit',
'recruitment-and-selection/interview/form/delete',
'recruitment-and-selection/interview/report',
'recruitment-and-selection/interview/vacancy',
'recruitment-and-selection/interview/type',
'recruitment-and-selection/interview/file',
'recruitment-and-selection/interview/file/add',
'recruitment-and-selection/interview/file/edit',
'recruitment-and-selection/interview/file/delete',
'survey',
'survey/add',
'survey/edit',
'survey/delete',
'survey/segment',
'survey/form',
'survey/form/add',
'survey/form/edit',
'survey/form/delete',
'survey/test',
'survey/test/add',
'survey/test/report',
'survey/test/delete',
'survey/report',
'survey/report/overview',
'survey/report/all',
'survey/report/csv',
'organizational-climate',
'organizational-climate/add',
'organizational-climate/edit',
'organizational-climate/delete',
'organizational-climate/segment',
'organizational-climate/form',
'organizational-climate/form/add',
'organizational-climate/form/edit',
'organizational-climate/form/delete',
'organizational-climate/test',
'organizational-climate/test/add',
'organizational-climate/test/report',
'organizational-climate/test/delete',
'organizational-climate/report',
'organizational-climate/report/overview',
'organizational-climate/report/all',
'organizational-climate/report/csv',
'jobs',
'jobs/add',
'jobs/delete',
'jobs/users-who-applied',
'jobs/edit',
'jobs/edit/title',
'jobs/edit/status',
'jobs/edit/last-date-of-application',
'jobs/edit/employment-type',
'jobs/edit/experience',
'jobs/edit/job-category',
'jobs/edit/extended',
'jobs/edit/location',
'jobs/edit/salary',
'jobs/edit/languages',
'jobs/edit/degrees',
'jobs/edit/skills',
'jobs/edit/how-apply',
'microlearning',
'microlearning/overview',
'microlearning/reports',
'microlearning/reports/progress',
'microlearning/reports/devices',
'microlearning/reports/comments-for-capsule',
'microlearning/content',
'microlearning/content/topics',
'microlearning/content/topics/add',
'microlearning/content/topics/edit',
'microlearning/content/topics/delete',
'microlearning/content/capsules',
'microlearning/content/capsules/add',
'microlearning/content/capsules/edit',
'microlearning/content/capsules/delete',
'microlearning/content/capsules/users',
'microlearning/content/slides',
'microlearning/content/slides/add',
'microlearning/content/slides/edit',
'microlearning/content/slides/delete',
'microlearning/content/slides/text',
'microlearning/content/quizzes',
'microlearning/content/quizzes/add',
'microlearning/content/quizzes/edit',
'microlearning/content/quizzes/delete',
'microlearning/content/quizzes/check',
'microlearning/content/quizzes/publish',
'microlearning/content/quizzes/copy',
'microlearning/content/quizzes/questions',
'microlearning/content/quizzes/questions/add',
'microlearning/content/quizzes/questions/edit',
'microlearning/content/quizzes/questions/delete',
'microlearning/content/quizzes/questions/answers',
'microlearning/content/quizzes/questions/answers/add',
'microlearning/content/quizzes/questions/answers/edit',
'microlearning/content/quizzes/questions/answers/delete',
'microlearning/access-for-students',
'microlearning/access-for-students/revoke',
'microlearning/access-for-students/unlimit',
'microlearning/access-for-students/cancel',
'microlearning/access-for-students/reactive',
'microlearning/access-for-students/upload',
'microlearning/access-for-students/notification',
'microlearning/students',
'microlearning/students/edit',
'microlearning/students/timeline',
'microlearning/students/change-password',
'microlearning/students/unblock',
'microlearning/settings',
'microlearning/settings/student-types',
'microlearning/settings/student-types/add',
'microlearning/settings/student-types/edit',
'microlearning/settings/student-types/delete',
'microlearning/settings/functions',
'microlearning/settings/functions/add',
'microlearning/settings/functions/edit',
'microlearning/settings/functions/delete',
'microlearning/settings/sectors',
'microlearning/settings/sectors/add',
'microlearning/settings/sectors/edit',
'microlearning/settings/sectors/delete',
'microlearning/settings/programs',
'microlearning/settings/programs/add',
'microlearning/settings/programs/edit',
'microlearning/settings/programs/delete',
'microlearning/settings/groups',
'microlearning/settings/groups/add',
'microlearning/settings/groups/edit',
'microlearning/settings/groups/delete',
'microlearning/settings/companies',
'microlearning/settings/companies/add',
'microlearning/settings/companies/edit',
'microlearning/settings/companies/delete',
'microlearning/settings/partners',
'microlearning/settings/partners/add',
'microlearning/settings/partners/edit',
'microlearning/settings/partners/delete',
'microlearning/settings/institutions',
'microlearning/settings/institutions/add',
'microlearning/settings/institutions/edit',
'microlearning/settings/institutions/delete',
//'microlearning/devices',
//'microlearning/devices/notification',
//'test',
//'test/method-one',
//'test/method-two',
//'test/method-three',
//'test/method-four',
'own-professional-network',
'organizational-design',
'planning-objectives-and-goals',
'planning-objectives-and-goals/objectives',
'planning-objectives-and-goals/objectives/report',
'planning-objectives-and-goals/objectives/reportall',
'planning-objectives-and-goals/objectives/matriz',
'planning-objectives-and-goals/objectives/goals',
'planning-objectives-and-goals/objectives/goals/add',
'planning-objectives-and-goals/objectives/goals/edit',
'planning-objectives-and-goals/objectives/goals/delete',
'planning-objectives-and-goals/objectives/goals/task',
'planning-objectives-and-goals/objectives/goals/task/add',
'planning-objectives-and-goals/objectives/goals/task/edit',
'planning-objectives-and-goals/objectives/goals/task/delete',
'planning-objectives-and-goals/objectives/goals/task/view',
'planning-objectives-and-goals/objectives/add',
'planning-objectives-and-goals/objectives/delete',
'planning-objectives-and-goals/objectives/edit',
'high-performance-teams',
'high-performance-teams/groups',
'high-performance-teams/groups/add',
'high-performance-teams/groups/edit',
'high-performance-teams/groups/delete',
'high-performance-teams/groups/view',
'high-performance-teams/groups/view/feeds',
'high-performance-teams/groups/view/feeds/timeline',
'high-performance-teams/groups/view/feeds/onefeed',
'high-performance-teams/groups/view/feeds/delete',
'high-performance-teams/groups/view/feeds/comments',
'high-performance-teams/groups/view/feeds/comments/delete',
'high-performance-teams/groups/view/feeds/comments/answer',
'high-performance-teams/groups/view/feeds/add',
'high-performance-teams/groups/view/topic',
'high-performance-teams/groups/view/topic/add',
'high-performance-teams/groups/view/topic/edit',
'high-performance-teams/groups/view/topic/delete',
'high-performance-teams/groups/view/topic/view',
'high-performance-teams/groups/view/urgent',
'high-performance-teams/groups/view/calendar',
'high-performance-teams/groups/view/calendar/view',
'high-performance-teams/groups/view/foro',
'high-performance-teams/groups/view/foro/view',
'high-performance-teams/groups/view/foro/categories',
'high-performance-teams/groups/view/foro/categories/add',
'high-performance-teams/groups/view/foro/categories/delete',
'high-performance-teams/groups/view/foro/categories/edit',
'high-performance-teams/groups/view/foro/categories/view',
'high-performance-teams/groups/view/foro/categories/articles',
'high-performance-teams/groups/view/foro/categories/articles/add',
'high-performance-teams/groups/view/foro/categories/articles/edit',
'high-performance-teams/groups/view/foro/categories/articles/delete',
'high-performance-teams/groups/view/foro/categories/articles/view',
'high-performance-teams/groups/view/objectives',
'high-performance-teams/groups/view/objectives/report',
'high-performance-teams/groups/view/objectives/reportall',
'high-performance-teams/groups/view/objectives/matriz',
'high-performance-teams/groups/view/objectives/goals',
'high-performance-teams/groups/view/objectives/goals/add',
'high-performance-teams/groups/view/objectives/goals/edit',
'high-performance-teams/groups/view/objectives/goals/delete',
'high-performance-teams/groups/view/objectives/goals/task',
'high-performance-teams/groups/view/objectives/goals/task/add',
'high-performance-teams/groups/view/objectives/goals/task/edit',
'high-performance-teams/groups/view/objectives/goals/task/delete',
'high-performance-teams/groups/view/objectives/goals/task/view',
'high-performance-teams/groups/view/objectives/add',
'high-performance-teams/groups/view/objectives/delete',
'high-performance-teams/groups/view/objectives/edit',
'high-performance-teams/groups/view/members',
'high-performance-teams/groups/view/members/invite',
'high-performance-teams/groups/view/members/delete',
'high-performance-teams/groups/view/members/edit',
'chat',
'chat/heart-beat',
'chat/create-group',
'chat/add-user-to-group',
'chat/mark-seen',
'chat/mark-received',
'chat/remove-user-from-group',
'chat/get-all-messages',
'chat/send',
'chat/get-contacts-availables-for-group',
'chat/get-contact-group-list',
'chat/leave-group',
'chat/delete-group',
'chat/close',
'chat/clear',
'chat/upload',
'csrf',
//'group/accept',
//'group/reject',
'development-and-training',
'induction',
'culture',
'communication',
'communication/company',
'communication/inmail',
'communication/search-people',
'career-development',
'building-my-future',
'my-trainer',
'my-trainer/category',
'my-trainer/category/add',
'my-trainer/category/edit',
'my-trainer/category/delete',
'my-trainer/question',
'my-trainer/question/add',
'my-trainer/question/edit',
'my-trainer/question/delete',
'my-trainer/question/view',
'my-trainer/question/answer',
'my-trainer/question/answer/add',
'my-trainer/question/answer/edit',
'my-trainer/question/answer/delete',
'my-trainer/question/answer/feed',
'my-trainer/question/answer/timeline',
'my-trainer/question/answer/comments',
'my-trainer/question/answer/comments/delete',
'my-trainer/question/answer/comments/answer',
];
}
function getAclRolesCompany() {
return [
'creator' => [
'home',
'signin-admin',
'signin-company',
'dashboard',
'signout',
'storage',
'profile',
'profile/extended',
'profile/cover',
'profile/image',
'profile/header',
'profile/footer',
'profile/website',
'profile/foundation_year',
'profile/location',
'profile/social-network',
'profile/company-size',
'profile/industry',
'profile/delete',
'users',
'users/change-password',
'users/unblock',
'users/invite',
'users/accept',
'users/cancel',
'users/reject',
'users/edit',
'users/upload',
'feeds',
'feeds/timeline',
'feeds/onefeed',
'feeds/delete',
'feeds/comments',
'feeds/comments/delete',
'feeds/comments/answer',
'feeds/add',
'followers',
'followers/delete',
'jobs',
'jobs/add',
'jobs/delete',
'jobs/users-who-applied',
'jobs/edit',
'jobs/edit/title',
'jobs/edit/status',
'jobs/edit/last-date-of-application',
'jobs/edit/employment-type',
'jobs/edit/experience',
'jobs/edit/job-category',
'jobs/edit/extended',
'jobs/edit/location',
'jobs/edit/salary',
'jobs/edit/languages',
'jobs/edit/degrees',
'jobs/edit/skills',
'jobs/edit/how-apply',
'settings',
'settings/competency-types',
'settings/competency-types/add',
'settings/competency-types/edit',
'settings/competency-types/delete',
'settings/competency-types/import',
'settings/behaviors',
'settings/behaviors/add',
'settings/behaviors/edit',
'settings/competencies',
'settings/competencies/add',
'settings/competencies/edit',
'settings/competencies/delete',
'settings/competencies/import',
'settings/jobs-description',
'settings/jobs-description/add',
'settings/jobs-description/edit',
'settings/jobs-description/delete',
'settings/jobs-description/report',
'settings/jobs-description/import',
'settings/positions',
'settings/positions/add',
'settings/positions/edit',
'settings/positions/delete',
'settings/positions/subordinates',
//'test',
//'test/method-one',
//'test/method-two',
//'test/method-three',
//'test/method-four',
'own-professional-network',
'organizational-design',
'development-and-training',
'recruitment-and-selection',
'recruitment-and-selection/vacancies',
'recruitment-and-selection/vacancies/add',
'recruitment-and-selection/vacancies/edit',
'recruitment-and-selection/vacancies/delete',
'recruitment-and-selection/candidates',
'recruitment-and-selection/candidates/add',
'recruitment-and-selection/candidates/edit',
'recruitment-and-selection/candidates/delete',
'recruitment-and-selection/user-by-email',
'recruitment-and-selection/interview',
'recruitment-and-selection/interview/form',
'recruitment-and-selection/interview/form/add',
'recruitment-and-selection/interview/form/edit',
'recruitment-and-selection/interview/form/delete',
'recruitment-and-selection/interview/report',
'recruitment-and-selection/interview/vacancy',
'recruitment-and-selection/interview/type',
'recruitment-and-selection/interview/file',
'recruitment-and-selection/interview/file/add',
'recruitment-and-selection/interview/file/edit',
'recruitment-and-selection/interview/file/delete',
'survey',
'survey/add',
'survey/edit',
'survey/delete',
'survey/segment',
'survey/form',
'survey/form/add',
'survey/form/edit',
'survey/form/delete',
'survey/test',
'survey/test/add',
'survey/test/report',
'survey/test/delete',
'survey/report',
'survey/report/overview',
'survey/report/all',
'survey/report/csv',
'organizational-climate',
'organizational-climate/add',
'organizational-climate/edit',
'organizational-climate/delete',
'organizational-climate/segment',
'organizational-climate/form',
'organizational-climate/form/add',
'organizational-climate/form/edit',
'organizational-climate/form/delete',
'organizational-climate/test',
'organizational-climate/test/add',
'organizational-climate/test/report',
'organizational-climate/test/delete',
'organizational-climate/report',
'organizational-climate/report/overview',
'organizational-climate/report/all',
'organizational-climate/report/csv',
'induction',
'culture',
'communication',
'communication/company',
'communication/inmail',
'communication/search-people',
'career-development',
'building-my-future',
'high-performance-teams',
'high-performance-teams/groups',
'high-performance-teams/groups/add',
'high-performance-teams/groups/edit',
'high-performance-teams/groups/delete',
'high-performance-teams/groups/view',
'high-performance-teams/groups/view/feeds',
'high-performance-teams/groups/view/feeds/timeline',
'high-performance-teams/groups/view/feeds/onefeed',
'high-performance-teams/groups/view/feeds/delete',
'high-performance-teams/groups/view/feeds/comments',
'high-performance-teams/groups/view/feeds/comments/delete',
'high-performance-teams/groups/view/feeds/comments/answer',
'high-performance-teams/groups/view/feeds/add',
'high-performance-teams/groups/view/topic',
'high-performance-teams/groups/view/topic/add',
'high-performance-teams/groups/view/topic/edit',
'high-performance-teams/groups/view/topic/delete',
'high-performance-teams/groups/view/topic/view',
'high-performance-teams/groups/view/urgent',
'high-performance-teams/groups/view/calendar',
'high-performance-teams/groups/view/calendar/view',
'high-performance-teams/groups/view/foro',
'high-performance-teams/groups/view/foro/view',
'high-performance-teams/groups/view/foro/categories',
'high-performance-teams/groups/view/foro/categories/add',
'high-performance-teams/groups/view/foro/categories/delete',
'high-performance-teams/groups/view/foro/categories/edit',
'high-performance-teams/groups/view/foro/categories/view',
'high-performance-teams/groups/view/foro/categories/articles',
'high-performance-teams/groups/view/foro/categories/articles/add',
'high-performance-teams/groups/view/foro/categories/articles/edit',
'high-performance-teams/groups/view/foro/categories/articles/delete',
'high-performance-teams/groups/view/foro/categories/articles/view',
'high-performance-teams/groups/view/members',
'high-performance-teams/groups/view/members/invite',
'high-performance-teams/groups/view/members/delete',
'high-performance-teams/groups/view/members/edit',
'high-performance-teams/groups/view/objectives',
'high-performance-teams/groups/view/objectives/report',
'high-performance-teams/groups/view/objectives/reportall',
'high-performance-teams/groups/view/objectives/matriz',
'high-performance-teams/groups/view/objectives/goals',
'high-performance-teams/groups/view/objectives/goals/add',
'high-performance-teams/groups/view/objectives/goals/edit',
'high-performance-teams/groups/view/objectives/goals/delete',
'high-performance-teams/groups/view/objectives/goals/task',
'high-performance-teams/groups/view/objectives/goals/task/add',
'high-performance-teams/groups/view/objectives/goals/task/edit',
'high-performance-teams/groups/view/objectives/goals/task/delete',
'high-performance-teams/groups/view/objectives/goals/task/view',
'high-performance-teams/groups/view/objectives/add',
'high-performance-teams/groups/view/objectives/delete',
'high-performance-teams/groups/view/objectives/edit',
'chat',
'chat/heart-beat',
'chat/create-group',
'chat/add-user-to-group',
'chat/mark-seen',
'chat/mark-received',
'chat/remove-user-from-group',
'chat/get-all-messages',
'chat/send',
'chat/get-contacts-availables-for-group',
'chat/get-contact-group-list',
'chat/leave-group',
'chat/delete-group',
'chat/close',
'chat/clear',
'chat/upload',
'csrf',
//'group/accept',
//'group/reject',
'my-trainer',
'my-trainer/category',
'my-trainer/category/add',
'my-trainer/category/edit',
'my-trainer/category/delete',
'my-trainer/question',
'my-trainer/question/add',
'my-trainer/question/edit',
'my-trainer/question/delete',
'my-trainer/question/view',
'my-trainer/question/answer',
'my-trainer/question/answer/add',
'my-trainer/question/answer/edit',
'my-trainer/question/answer/delete',
'my-trainer/question/answer/feed',
'my-trainer/question/answer/timeline',
'my-trainer/question/answer/comments',
'my-trainer/question/answer/comments/delete',
'my-trainer/question/answer/comments/answer',
'planning-objectives-and-goals',
'planning-objectives-and-goals/objectives',
'planning-objectives-and-goals/objectives/report',
'planning-objectives-and-goals/objectives/reportall',
'planning-objectives-and-goals/objectives/matriz',
'planning-objectives-and-goals/objectives/goals',
'planning-objectives-and-goals/objectives/goals/add',
'planning-objectives-and-goals/objectives/goals/edit',
'planning-objectives-and-goals/objectives/goals/delete',
'planning-objectives-and-goals/objectives/add',
'planning-objectives-and-goals/objectives/delete',
'planning-objectives-and-goals/objectives/edit',
'planning-objectives-and-goals/objectives/goals/task',
'planning-objectives-and-goals/objectives/goals/task/add',
'planning-objectives-and-goals/objectives/goals/task/edit',
'planning-objectives-and-goals/objectives/goals/task/delete',
'planning-objectives-and-goals/objectives/goals/task/view',
],
'creator-self-evaluation' => [
'self-evaluation',
'self-evaluation/forms',
'self-evaluation/forms/add',
'self-evaluation/forms/edit',
'self-evaluation/forms/delete',
'self-evaluation/users',
'self-evaluation/users/add',
'self-evaluation/users/delete',
'self-evaluation/reviews',
'self-evaluation/reviews/edit',
'self-evaluation/reviews/report',
],
'creator-performance-evaluation' => [
'performance-evaluation',
'performance-evaluation/forms',
'performance-evaluation/forms/add',
'performance-evaluation/forms/edit',
'performance-evaluation/forms/delete',
'performance-evaluation/forms/report',
'performance-evaluation/reviews',
'performance-evaluation/reviews/pdf',
'performance-evaluation/evaluations',
'performance-evaluation/evaluations/add',
'performance-evaluation/evaluations/self',
'performance-evaluation/evaluations/both',
'performance-evaluation/evaluations/superviser',
'performance-evaluation/evaluations/user-by-email',
'performance-evaluation/evaluations/delete',
'performance-evaluation/evaluations/report-self',
'performance-evaluation/evaluations/report-both',
'performance-evaluation/evaluations/report-superviser',
'performance-evaluation/evaluations/users',
'performance-evaluation/evaluations/users/add',
'performance-evaluation/evaluations/users/delete',
],
'creator-microlearning' => [
'microlearning',
'microlearning/overview',
'microlearning/reports',
'microlearning/reports/progress',
'microlearning/reports/devices',
'microlearning/reports/comments-for-capsule',
'microlearning/content',
'microlearning/content/topics',
'microlearning/content/topics/add',
'microlearning/content/topics/edit',
'microlearning/content/topics/delete',
'microlearning/content/capsules',
'microlearning/content/capsules/add',
'microlearning/content/capsules/edit',
'microlearning/content/capsules/delete',
'microlearning/content/capsules/users',
'microlearning/content/slides',
'microlearning/content/slides/add',
'microlearning/content/slides/edit',
'microlearning/content/slides/delete',
'microlearning/content/slides/text',
'microlearning/content/quizzes',
'microlearning/content/quizzes/add',
'microlearning/content/quizzes/edit',
'microlearning/content/quizzes/delete',
'microlearning/content/quizzes/check',
'microlearning/content/quizzes/publish',
'microlearning/content/quizzes/copy',
'microlearning/content/quizzes/questions',
'microlearning/content/quizzes/questions/add',
'microlearning/content/quizzes/questions/edit',
'microlearning/content/quizzes/questions/delete',
'microlearning/content/quizzes/questions/answers',
'microlearning/content/quizzes/questions/answers/add',
'microlearning/content/quizzes/questions/answers/edit',
'microlearning/content/quizzes/questions/answers/delete',
'microlearning/students',
'microlearning/students/edit',
'microlearning/students/timeline',
'microlearning/students/change-password',
'microlearning/students/unblock',
'microlearning/access-for-students',
'microlearning/access-for-students/revoke',
'microlearning/access-for-students/unlimit',
'microlearning/access-for-students/cancel',
'microlearning/access-for-students/reactive',
'microlearning/access-for-students/upload',
'microlearning/access-for-students/notification',
'microlearning/settings',
'microlearning/settings/student-types',
'microlearning/settings/student-types/add',
'microlearning/settings/student-types/edit',
'microlearning/settings/student-types/delete',
'microlearning/settings/functions',
'microlearning/settings/functions/add',
'microlearning/settings/functions/edit',
'microlearning/settings/functions/delete',
'microlearning/settings/sectors',
'microlearning/settings/sectors/add',
'microlearning/settings/sectors/edit',
'microlearning/settings/sectors/delete',
'microlearning/settings/programs',
'microlearning/settings/programs/add',
'microlearning/settings/programs/edit',
'microlearning/settings/programs/delete',
'microlearning/settings/groups',
'microlearning/settings/groups/add',
'microlearning/settings/groups/edit',
'microlearning/settings/groups/delete',
'microlearning/settings/companies',
'microlearning/settings/companies/add',
'microlearning/settings/companies/edit',
'microlearning/settings/companies/delete',
'microlearning/settings/partners',
'microlearning/settings/partners/add',
'microlearning/settings/partners/edit',
'microlearning/settings/partners/delete',
'microlearning/settings/institutions',
'microlearning/settings/institutions/add',
'microlearning/settings/institutions/edit',
'microlearning/settings/institutions/delete',
],
'company-creator' => [
'home',
'signin-admin',
'signin-company',
'dashboard',
'signout',
'storage',
'profile',
'profile/extended',
'profile/cover',
'profile/header',
'profile/footer',
'profile/image',
'profile/website',
'profile/foundation_year',
'profile/location',
'profile/social-network',
'profile/company-size',
'profile/industry',
'profile/delete',
'users',
'users/change-password',
'users/unblock',
'users/invite',
'users/accept',
'users/cancel',
'users/reject',
'users/edit',
'users/upload',
'feeds',
'followers',
'followers/delete',
'jobs',
'jobs/add',
'jobs/delete',
'jobs/users-who-applied',
'jobs/status',
'jobs/edit',
'jobs/edit/last-date-of-application',
'jobs/edit/employment-type',
'jobs/edit/experience',
'jobs/edit/job-category',
'jobs/edit/extended',
'jobs/edit/location',
'jobs/edit/salary',
'jobs/edit/languages',
'jobs/edit/degrees',
'jobs/edit/skills',
'jobs/edit/how-apply',
'settings',
'settings/competency-types',
'settings/competency-types/add',
'settings/competency-types/edit',
'settings/competency-types/delete',
'settings/competency-types/import',
'settings/behaviors',
'settings/behaviors/add',
'settings/behaviors/edit',
'settings/competencies',
'settings/competencies/add',
'settings/competencies/edit',
'settings/competencies/delete',
'settings/competencies/import',
'settings/jobs-description',
'settings/jobs-description/add',
'settings/jobs-description/edit',
'settings/jobs-description/delete',
'settings/jobs-description/report',
'settings/jobs-description/import',
'settings/positions',
'settings/positions/add',
'settings/positions/edit',
'settings/positions/delete',
'settings/positions/subordinates',
//'test',
//'test/method-one',
//'test/method-two',
//'test/method-three',
//'test/method-four',
'planning-objectives-and-goals',
'planning-objectives-and-goals/add',
'planning-objectives-and-goals/delete',
'planning-objectives-and-goals/edit',
],
'company-admin' => [
'home',
'signin-admin',
'signin-company',
'dashboard',
'signout',
'storage',
'profile',
'profile/extended',
'profile/cover',
'profile/image',
'profile/header',
'profile/footer',
'profile/website',
'profile/foundation_year',
'profile/location',
'profile/social-network',
'profile/company-size',
'profile/industry',
'profile/delete',
'users',
'users/change-password',
'users/unblock',
'users/invite',
'users/accept',
'users/cancel',
'users/reject',
'users/edit',
'users/upload',
'feeds',
'followers',
'followers/delete',
'jobs',
'jobs/add',
'jobs/delete',
'jobs/users-who-applied',
'jobs/status',
'jobs/edit',
'jobs/edit/last-date-of-application',
'jobs/edit/employment-type',
'jobs/edit/experience',
'jobs/edit/job-category',
'jobs/edit/extended',
'jobs/edit/location',
'jobs/edit/salary',
'jobs/edit/languages',
'jobs/edit/degrees',
'jobs/edit/skills',
'jobs/edit/how-apply',
'settings',
'settings/competency-types',
'settings/competency-types/add',
'settings/competency-types/edit',
'settings/competency-types/delete',
'settings/competency-types/import',
'settings/behaviors',
'settings/behaviors/add',
'settings/behaviors/edit',
'settings/competencies',
'settings/competencies/add',
'settings/competencies/edit',
'settings/competencies/delete',
'settings/competencies/import',
'settings/jobs-description',
'settings/jobs-description/add',
'settings/jobs-description/edit',
'settings/jobs-description/delete',
'settings/jobs-description/report',
'settings/jobs-description/import',
'settings/positions',
'settings/positions/add',
'settings/positions/edit',
'settings/positions/delete',
'settings/positions/subordinate',
//'test',
//'test/method-one',
//'test/method-two',
//'test/method-three',
//'test/method-four',
'planning-objectives-and-goals',
'planning-objectives-and-goals/objectives',
'planning-objectives-and-goals/objectives/report',
'planning-objectives-and-goals/objectives/reportall',
'planning-objectives-and-goals/objectives/matriz',
'planning-objectives-and-goals/objectives/goals',
'planning-objectives-and-goals/objectives/goals/add',
'planning-objectives-and-goals/objectives/goals/edit',
'planning-objectives-and-goals/objectives/goals/delete',
'planning-objectives-and-goals/objectives/add',
'planning-objectives-and-goals/objectives/delete',
'planning-objectives-and-goals/objectives/edit',
'planning-objectives-and-goals/objectives/goals/task',
'planning-objectives-and-goals/objectives/goals/task/add',
'planning-objectives-and-goals/objectives/goals/task/edit',
'planning-objectives-and-goals/objectives/goals/task/delete',
'planning-objectives-and-goals/objectives/goals/task/view',
],
'company-password-unblock' => [
'home',
'signin-admin',
'signin-company',
'dashboard',
'signout',
'storage',
'users',
'users/change-password',
'users/unblock',
],
'microlearning-admin' => [
'home',
'signin-admin',
'signin-company',
'dashboard',
'signout',
'storage',
'microlearning',
'microlearning/overview',
'microlearning/reports',
'microlearning/reports/progress',
'microlearning/reports/devices',
'microlearning/reports/comments-for-capsule',
'microlearning/content',
'microlearning/content/topics',
'microlearning/content/topics/add',
'microlearning/content/topics/edit',
'microlearning/content/topics/delete',
'microlearning/content/capsules',
'microlearning/content/capsules/add',
'microlearning/content/capsules/edit',
'microlearning/content/capsules/delete',
'microlearning/content/capsules/users',
'microlearning/content/slides',
'microlearning/content/slides/add',
'microlearning/content/slides/edit',
'microlearning/content/slides/delete',
'microlearning/content/slides/text',
'microlearning/students',
'microlearning/students/edit',
'microlearning/students/timeline',
'microlearning/access-for-students',
'microlearning/access-for-students/revoke',
'microlearning/access-for-students/unlimit',
'microlearning/access-for-students/cancel',
'microlearning/access-for-students/reactive',
'microlearning/access-for-students/upload',
'microlearning/access-for-students/notification',
'microlearning/settings',
'microlearning/settings/student-types',
'microlearning/settings/student-types/add',
'microlearning/settings/student-types/edit',
'microlearning/settings/student-types/delete',
'microlearning/settings/functions',
'microlearning/settings/functions/add',
'microlearning/settings/functions/edit',
'microlearning/settings/functions/delete',
'microlearning/settings/sectors',
'microlearning/settings/sectors/add',
'microlearning/settings/sectors/edit',
'microlearning/settings/sectors/delete',
'microlearning/settings/programs',
'microlearning/settings/programs/add',
'microlearning/settings/programs/edit',
'microlearning/settings/programs/delete',
'microlearning/settings/groups',
'microlearning/settings/groups/add',
'microlearning/settings/groups/edit',
'microlearning/settings/groups/delete',
'microlearning/settings/companies',
'microlearning/settings/companies/add',
'microlearning/settings/companies/edit',
'microlearning/settings/companies/delete',
'microlearning/settings/partners',
'microlearning/settings/partners/add',
'microlearning/settings/partners/edit',
'microlearning/settings/partners/delete',
'microlearning/settings/institutions',
'microlearning/settings/institutions/add',
'microlearning/settings/institutions/edit',
'microlearning/settings/institutions/delete',
],
'microlearning-editor' => [
'home',
'signin-admin',
'signin-company',
'dashboard',
'signout',
'storage',
'microlearning',
'microlearning/content',
'microlearning/content/topics',
'microlearning/content/topics/add',
'microlearning/content/topics/edit',
'microlearning/content/topics/delete',
'microlearning/content/capsules',
'microlearning/content/capsules/add',
'microlearning/content/capsules/edit',
'microlearning/content/capsules/delete',
'microlearning/content/capsules/users',
'microlearning/content/slides',
'microlearning/content/slides/add',
'microlearning/content/slides/edit',
'microlearning/content/slides/delete',
'microlearning/content/slides/text',
'microlearning/access-for-students',
'microlearning/access-for-students/revoke',
'microlearning/access-for-students/unlimit',
'microlearning/access-for-students/cancel',
'microlearning/access-for-students/reactive',
'microlearning/access-for-students/upload',
'microlearning/access-for-students/notification',
],
'microlearning-students-password-unblock' => [
'home',
'signin-admin',
'signin-company',
'dashboard',
'signout',
'storage',
'microlearning',
'microlearning/students',
'microlearning/students/change-password',
'microlearning/students/unblock',
],
'self-evaluation-admin' => [
'self-evaluation',
'self-evaluation/forms',
'self-evaluation/forms/add',
'self-evaluation/forms/edit',
'self-evaluation/forms/delete',
'self-evaluation/users',
'self-evaluation/users/add',
'self-evaluation/users/delete',
'self-evaluation/reviews',
'self-evaluation/reviews/edit',
'self-evaluation/reviews/report',
],
'performance-evaluation-admin' => [
'performance-evaluation',
'performance-evaluation/forms',
'performance-evaluation/forms/add',
'performance-evaluation/forms/edit',
'performance-evaluation/forms/delete',
'performance-evaluation/forms/report',
'performance-evaluation/reviews',
'performance-evaluation/reviews/pdf',
'performance-evaluation/evaluations',
'performance-evaluation/evaluations/add',
'performance-evaluation/evaluations/self',
'performance-evaluation/evaluations/both',
'performance-evaluation/evaluations/superviser',
'performance-evaluation/evaluations/delete',
'performance-evaluation/evaluations/report-self',
'performance-evaluation/evaluations/report-both',
'performance-evaluation/evaluations/report-prueba superviser',
'performance-evaluation/evaluations/users',
'performance-evaluation/evaluations/users/add',
'performance-evaluation/evaluations/users/delete',
],
];
}
function getAclUsertype() {
return [
UserType::ADMIN => [
'home',
'signin-admin',
'signin-company',
'dashboard',
'signout',
'storage',
'settings',
'settings/company-sizes',
'settings/company-sizes/add',
'settings/company-sizes/edit',
'settings/company-sizes/delete',
'settings/competency-types',
'settings/competency-types/add',
'settings/competency-types/edit',
'settings/competency-types/delete',
'settings/behaviors',
'settings/behaviors/add',
'settings/behaviors/edit',
'settings/competencies',
'settings/competencies/add',
'settings/competencies/edit',
'settings/competencies/delete',
'settings/degrees',
'settings/degrees/add',
'settings/degrees/edit',
'settings/degrees/delete',
'settings/email-templates',
'settings/email-templates/edit',
'settings/push-templates',
'settings/push-templates/edit',
'settings/group-types',
'settings/group-types/add',
'settings/group-types/edit',
'settings/group-types/delete',
'settings/industries',
'settings/industries/add',
'settings/industries/edit',
'settings/industries/delete',
'settings/job-categories',
'settings/job-categories/add',
'settings/job-categories/edit',
'settings/job-categories/delete',
'settings/jobs-description',
'settings/jobs-description/add',
'settings/jobs-description/edit',
'settings/jobs-description/delete',
'settings/skills',
'settings/skills/add',
'settings/skills/edit',
'settings/skills/delete',
'publications',
'publications/posts',
'publications/posts/add',
'publications/posts/edit',
'publications/posts/delete',
'publications/pages',
'publications/pages/add',
'publications/pages/edit',
'publications/pages/delete',
'companies',
'companies/edit',
'companies/services',
'companies/roles',
'users',
'users/change-password',
'users/unblock',
'users/email-verify',
],
UserType::USER => [
'home',
'signin-admin',
'signin-company',
'dashboard',
'signout',
'storage',
],
UserType::GUEST => [
'home',
'signin-admin',
'signin-company',
'signout',
],
];
}
function getAclMenuSystem() {
return [
[
'label' => 'LABEL_HOME',
'route' => 'dashboard',
'class' => 'fa fa-home'
],
[
'label' => 'LABEL_COMPANIES',
'route' => 'companies',
'class' => 'fa fa-building',
],
[
'label' => 'LABEL_SETTINGS',
'route' => 'settings',
'class' => 'fa fa-cog',
'pages' => [
[
'label' => 'LABEL_JOB_CATEGORIES',
'route' => 'settings/job-categories',
],
[
'label' => 'LABEL_COMPETENCIES',
'route' => 'settings/competencies',
],
[
'label' => 'LABEL_EMAIL_TEMPLATES',
'route' => 'settings/email-templates',
],
[
'label' => 'LABEL_PUSH_TEMPLATES',
'route' => 'settings/push-templates',
],
[
'label' => 'LABEL_DEGREES',
'route' => 'settings/degrees',
],
[
'label' => 'LABEL_SKILLS',
'route' => 'settings/skills',
],
[
'label' => 'LABEL_INDUSTRIES',
'route' => 'settings/industries',
],
[
'label' => 'LABEL_JOBS_DESCRIPTION',
'route' => 'settings/jobs-description',
],
[
'label' => 'LABEL_COMPANY_SIZES',
'route' => 'settings/company-sizes',
],
[
'label' => 'LABEL_COMPETENCY_TYPES',
'route' => 'settings/competency-types',
],
[
'label' => 'LABEL_GROUP_TYPES',
'route' => 'settings/group-types',
],
]
],
[
'label' => 'LABEL_PUBLICATIONS',
'route' => 'publications',
'class' => 'fa fa-book',
'pages' => [
[
'label' => 'LABEL_PAGES',
'route' => 'publications/pages',
],
[
'label' => 'LABEL_POSTS',
'route' => 'publications/posts',
],
]
],
[
'label' => 'LABEL_USERS',
'route' => 'users',
'class' => 'fa fa-users',
/* 'pages' => [
[
'label' => 'LABEL_PAGES',
'route' => 'publications/pages',
],
] */
],
[
'label' => 'LABEL_LOGOUT',
'route' => 'signout',
'class' => 'fa fa-sign-out',
]
];
}
function getAclMenuCompany() {
return [
[
'label' => 'LABEL_HOME',
'route' => 'dashboard',
'class' => 'fa fa-home'
],
[
'label' => 'LABEL_JOBS',
'route' => 'jobs',
'class' => 'fa fa-briefcase'
],
[
'label' => 'LABEL_FEEDS',
'route' => 'feeds',
'class' => 'fa fa-rss'
],
[
'label' => 'LABEL_SELF_EVALUATION',
'route' => 'self-evaluation',
'class' => 'fa fa-book',
'pages' => [
[
'label' => 'LABEL_FORMS',
'route' => 'self-evaluation/forms',
],
[
'label' => 'LABEL_USERS',
'route' => 'self-evaluation/users',
],
[
'label' => 'LABEL_REVIEWS',
'route' => 'self-evaluation/reviews',
]
],
],
[
'label' => 'LABEL_MICRO_LEARNING',
'route' => 'microlearning',
'class' => 'fa fa-book',
'pages' => [
[
'label' => 'LABEL_OVERVIEW',
'route' => 'microlearning/overview',
],
[
'label' => 'LABEL_REPORTS',
'route' => 'microlearning/reports',
'pages' => [
[
'label' => 'LABEL_DEVICES',
'route' => 'microlearning/reports/devices',
],
[
'label' => 'LABEL_PROGRESS',
'route' => 'microlearning/reports/progress',
],
],
],
[
'label' => 'LABEL_CONTENT',
'route' => 'microlearning/content',
'pages' => [
[
'label' => 'LABEL_QUIZZES',
'route' => 'microlearning/content/quizzes',
],
[
'label' => 'LABEL_TOPICS',
'route' => 'microlearning/content/topics',
],
[
'label' => 'LABEL_CAPSULES',
'route' => 'microlearning/content/capsules',
],
[
'label' => 'LABEL_SLIDES',
'route' => 'microlearning/content/slides',
],
]
],
[
'label' => 'LABEL_ACCESS_FOR_STUDENTS',
'route' => 'microlearning/access-for-students',
],
[
'label' => 'LABEL_STUDENTS',
'route' => 'microlearning/students',
],
[
'label' => 'LABEL_FILTERS',
'route' => 'microlearning/settings',
'pages' => [
[
'label' => 'LABEL_COMPANIES',
'route' => 'microlearning/settings/companies',
],
[
'label' => 'LABEL_FUNCTIONS',
'route' => 'microlearning/settings/functions',
],
[
'label' => 'LABEL_GROUPS',
'route' => 'microlearning/settings/groups',
],
[
'label' => 'LABEL_INSTITUTIONS',
'route' => 'microlearning/settings/institutions',
],
[
'label' => 'LABEL_PROGRAMS',
'route' => 'microlearning/settings/programs',
],
[
'label' => 'LABEL_PARTNERS',
'route' => 'microlearning/settings/partners',
],
[
'label' => 'LABEL_SECTORS',
'route' => 'microlearning/settings/sectors',
],
[
'label' => 'LABEL_STUDENT_TYPES',
'route' => 'microlearning/settings/student-types',
],
],
]
]
],
[
'label' => 'LABEL_JOB_POSITION',
'route' => 'settings',
'class' => 'fa fa-book',
'pages' => [
[
'label' => 'LABEL_JOBS_DESCRIPTION',
'route' => 'settings/jobs-description',
],
[
'label' => 'LABEL_COMPETENCIES',
'route' => 'settings/competencies',
],
[
'label' => 'LABEL_COMPETENCY_TYPES',
'route' => 'settings/competency-types',
],
[
'label' => 'LABEL_POSITIONS',
'route' => 'settings/positions',
],
]
],
[
'label' => 'LABEL_PERFORMANCE_EVALUATION_MENU',
'route' => 'performance-evaluation',
'class' => 'fa fa-book',
'pages' => [
[
'label' => 'LABEL_FORMS',
'route' => 'performance-evaluation/forms',
],
[
'label' => 'LABEL_TESTS',
'route' => 'performance-evaluation/evaluations',
]
],
],
[
'label' => 'LABEL_PROFILE',
'route' => 'profile',
'class' => 'fa fa-picture-o'
],
[
'label' => 'LABEL_FOLLOWERS',
'route' => 'followers',
'class' => 'fa fa-heart'
],
[
'label' => 'LABEL_USERS',
'route' => 'users',
'class' => 'fa fa-users',
],
[
'label' => 'LABEL_OWN_PROFESSIONAL_NETWORK',
'route' => 'own-professional-network',
'class' => 'fa fa-book',
],
[
'label' => 'LABEL_ORGANIZATIONAL_DESIGN',
'route' => 'organizational-design',
'class' => 'fa fa-book',
],
[
'label' => 'LABEL_HIGH_PERFORMANCE_TEAMS',
'route' => 'high-performance-teams/groups',
'class' => 'fa fa-street-view',
],
[
'label' => 'LABEL_PLANNING_OBJECTIVES_AND_GOALS',
'route' => 'planning-objectives-and-goals/objectives',
'class' => 'fa fa-book',
],
[
'label' => 'LABEL_DEVELOPMENT_AND_TRAINING',
'route' => 'development-and-training',
'class' => 'fa fa-book',
],
[
'label' => 'LABEL_RECRUITMENT_AND_SELECTION',
'route' => 'recruitment-and-selection',
'class' => 'fa fa-book',
'pages' => [
[
'label' => 'LABEL_VACANCIES',
'route' => 'recruitment-and-selection/vacancies',
],
[
'label' => 'LABEL_PRE_SELECTION',
'route' => 'recruitment-and-selection/candidates',
],
[
'label' => 'LABEL_INTERVIEW',
'route' => 'recruitment-and-selection/interview/form',
]
],
],
[
'label' => 'LABEL_INDUCTION',
'route' => 'induction',
'class' => 'fa fa-book',
],
[
'label' => 'LABEL_ORGANIZATIONAL_CLIMATE',
'route' => 'organizational-climate',
'class' => 'fa fa-book',
'pages' => [
[
'label' => 'LABEL_FORMS',
'route' => 'organizational-climate/form',
],
[
'label' => 'LABEL_SURVEY',
'route' => 'organizational-climate',
],
[
'label' => 'LABEL_SURVEY_TEST',
'route' => 'organizational-climate/test',
],
[
'label' => 'LABEL_SURVEY_REPORT',
'route' => 'organizational-climate/report',
],
]
],
[
'label' => 'LABEL_CULTURE',
'route' => 'culture',
'class' => 'fa fa-book',
],
[
'label' => 'LABEL_COMMUNICATION',
'route' => 'communication',
'class' => 'fa fa-envelope',
'pages' => [
[
'label' => 'LABEL_COMMUNICATION_COMPANY',
'route' => 'communication/inmail',
'communication/search-people',
],
[
'label' => 'LABEL_COMMUNICATION_USERS',
'route' => 'communication/users',
],
]
],
[
'label' => 'LABEL_CAREER_DEVELOPMENT',
'route' => 'career-development',
'class' => 'fa fa-book',
],
[
'label' => 'LABEL_SURVEYS',
'route' => 'survey',
'class' => 'fa fa-book',
'pages' => [
[
'label' => 'LABEL_FORMS',
'route' => 'survey/form',
],
[
'label' => 'LABEL_SURVEY',
'route' => 'survey',
],
[
'label' => 'LABEL_SURVEY_TEST',
'route' => 'survey/test',
],
[
'label' => 'LABEL_SURVEY_REPORT',
'route' => 'survey/report',
],
]
],
[
'label' => 'LABEL_BUILDING_MY_FUTURE',
'route' => 'building-my-future',
'class' => 'fa fa-book',
],
[
'label' => 'LABEL_MY_TRAINER',
'route' => 'my-trainer',
'class' => 'fa fa-book',
'pages' => [
[
'label' => 'LABEL_CATEGORIES',
'route' => 'my-trainer/category',
],
[
'label' => 'LABEL_QUESTIONS',
'route' => 'my-trainer/question',
],
]
],
[
'label' => 'LABEL_LOGOUT',
'route' => 'signout',
'class' => 'fa fa-sign-out',
]
];
}