- 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

@@ -1,4 +1,4 @@
APP_VERSION="0.3.23"
APP_VERSION="0.3.24"
SERVICE_WORKER_FILE="service-worker.js"
APP_ID="12"
DIRECTORY_LOCAL="newfreeplanet"

View File

@@ -211,7 +211,7 @@ const routes_manager: IListRoutes[] = [
level_parent: 0,
level_child: 0.5,
onlyManager: true,
onlyTutor: true
onlyFacilitatore: true
},
/*
{
@@ -226,7 +226,7 @@ const routes_manager: IListRoutes[] = [
level_parent: 0,
level_child: 0.5,
onlyManager: true,
onlyTutor: true
onlyFacilitatore: true
},
*/
@@ -242,7 +242,7 @@ const routes_manager: IListRoutes[] = [
level_parent: 0,
level_child: 0.5,
onlyManager: true,
onlyTutor: false
onlyFacilitatore: false
},
{
active: true,
@@ -335,7 +335,7 @@ const routes_manager: IListRoutes[] = [
level_child: 0.5,
onlyAdmin: true,
onlyManager: true
// onlyTutor: true
// onlyFacilitatore: true
},
{
active: true,
@@ -548,7 +548,7 @@ const baseroutes: IListRoutes[] = [
infooter: true,
onlyAdmin: true,
onlyManager: true,
onlyTutor: true,
onlyFacilitatore: true,
onlyEditor: true
},
...routes_manager,