- added Manage applications page and table of submitted appls;

This commit is contained in:
Vitalii Kiiko
2024-10-23 16:07:56 +02:00
10 changed files with 237 additions and 14 deletions

View File

@@ -33,6 +33,13 @@ const AppSidebar = () => {
id: 3,
enable: intersection(permissions, ['APPLY_CALLS']).length
},
{
label: __('Gestione Domande', 'gepafin'),
icon: 'pi pi-file',
href: '/domande',
id: 5,
enable: intersection(permissions, ['VIEW_USERS', 'MANAGE_USERS']).length
},
{
label: __('Bandi disponibili', 'gepafin'),
icon: 'pi pi-bookmark',