- Export Email

- Etichetta Facilitatori
This commit is contained in:
Paolo Arena
2022-07-11 23:19:52 +02:00
parent 42cb624f41
commit 7f25ca4717
31 changed files with 114 additions and 94 deletions

View File

@@ -198,7 +198,7 @@ const routes_manager: IListRoutes[] = [
level_parent: 0,
level_child: 0.5,
onlyManager: true,
onlyTutor: true
onlyFacilitatore: true
},
/*
{
@@ -213,7 +213,7 @@ const routes_manager: IListRoutes[] = [
level_parent: 0,
level_child: 0.5,
onlyManager: true,
onlyTutor: true
onlyFacilitatore: true
},
*/
@@ -229,7 +229,7 @@ const routes_manager: IListRoutes[] = [
level_parent: 0,
level_child: 0.5,
onlyManager: true,
onlyTutor: false
onlyFacilitatore: false
},
{
active: true,
@@ -322,7 +322,7 @@ const routes_manager: IListRoutes[] = [
level_child: 0.5,
onlyAdmin: true,
onlyManager: true
// onlyTutor: true
// onlyFacilitatore: true
},
{
active: true,
@@ -549,7 +549,7 @@ const baseroutes: IListRoutes[] = [
infooter: true,
onlyAdmin: true,
onlyManager: true,
onlyTutor: true,
onlyFacilitatore: true,
onlyEditor: true
},
...routes_manager,