Merge pull request 'Allow recruiters to see admin pages' (#206) from Recruiter-Permission-Fix into main
All checks were successful
Testing Site CD / Update Development (push) Successful in 4m15s
All checks were successful
Testing Site CD / Update Development (push) Successful in 4m15s
Reviewed-on: #206
This commit was merged in pull request #206.
This commit is contained in:
@@ -33,7 +33,7 @@ const router = createRouter({
|
|||||||
// ADMIN / STAFF ROUTES
|
// ADMIN / STAFF ROUTES
|
||||||
{
|
{
|
||||||
path: '/administration',
|
path: '/administration',
|
||||||
meta: { requiresAuth: true, memberOnly: true, roles: ['17th Administrator', '17th HQ', '17th Command'] },
|
meta: { requiresAuth: true, memberOnly: true, roles: ['17th Administrator', '17th HQ', '17th Command', '17th Recruiter'] },
|
||||||
children: [
|
children: [
|
||||||
{ path: 'applications', component: () => import('@/pages/ManageApplications.vue') },
|
{ path: 'applications', component: () => import('@/pages/ManageApplications.vue') },
|
||||||
{ path: 'applications/:id', component: () => import('@/pages/ManageApplications.vue') },
|
{ path: 'applications/:id', component: () => import('@/pages/ManageApplications.vue') },
|
||||||
|
|||||||
Reference in New Issue
Block a user