Add "All Applications" page

This commit is contained in:
2020-07-11 02:43:59 +01:00
parent bbe3001157
commit 035c9399a6
8 changed files with 244 additions and 8 deletions

View File

@@ -251,6 +251,12 @@ return [
'header' => 'Application Management',
'can' => ['applications.view.all', 'applications.vote']
],
[
'text' => 'All applications',
'url' => 'applications/staff/all',
'icon' => 'fas fa-list-ol',
'can' => 'applications.view.all'
],
[
'text' => 'Outstanding Applications',
'url' => '/applications/staff/outstanding',
@@ -521,6 +527,7 @@ return [
'location' => 'https://cdn.jsdelivr.net/npm/fullcalendar@5.0.1/main.min.css'
]
]
]
],
],
];