Merge branch 'dmp-refactoring' of https://code-repo.d4science.org/MaDgiK-CITE/argos into dmp-refactoring

This commit is contained in:
Sofia Papacharalampous 2024-07-01 15:29:14 +03:00
commit 308d4a34b7
12 changed files with 39 additions and 13 deletions

View File

@ -193,7 +193,9 @@ const appRoutes: Routes = [
path: 'users', path: 'users',
loadChildren: () => import('./ui/admin/user/user.module').then(m => m.UsersModule), loadChildren: () => import('./ui/admin/user/user.module').then(m => m.UsersModule),
data: { data: {
breadcrumb: true, ...BreadcrumbService.generateRouteDataConfiguration({
title: 'BREADCRUMBS.USERS'
}),
title: 'GENERAL.TITLES.USERS' title: 'GENERAL.TITLES.USERS'
}, },
}, },
@ -201,7 +203,9 @@ const appRoutes: Routes = [
path: 'tenant-users', path: 'tenant-users',
loadChildren: () => import('./ui/admin/user/user.module').then(m => m.TenantUsersModule), loadChildren: () => import('./ui/admin/user/user.module').then(m => m.TenantUsersModule),
data: { data: {
breadcrumb: true, ...BreadcrumbService.generateRouteDataConfiguration({
title: 'BREADCRUMBS.TENANT-USERS'
}),
title: 'GENERAL.TITLES.TENANT-USERS' title: 'GENERAL.TITLES.TENANT-USERS'
}, },
}, },

View File

@ -248,7 +248,9 @@
"NEW-PREFILLING-SOURCE": "New", "NEW-PREFILLING-SOURCE": "New",
"TENANT-CONFIGURATION": "Tenant Configuration", "TENANT-CONFIGURATION": "Tenant Configuration",
"ENTITY-LOCKS": "Entity Locks", "ENTITY-LOCKS": "Entity Locks",
"ANNOTATION-STATUSES":"Annotation Statuses" "ANNOTATION-STATUSES":"Annotation Statuses",
"USERS":"Users",
"TENANT-USERS":"Tenant Users"
}, },
"COOKIE": { "COOKIE": {
"MESSAGE": "Webgune honek cookieak erabiltzen ditu erabiltzaile esperientzia hobetzeko.", "MESSAGE": "Webgune honek cookieak erabiltzen ditu erabiltzaile esperientzia hobetzeko.",

View File

@ -248,7 +248,9 @@
"NEW-PREFILLING-SOURCE": "New", "NEW-PREFILLING-SOURCE": "New",
"TENANT-CONFIGURATION": "Tenant Configuration", "TENANT-CONFIGURATION": "Tenant Configuration",
"ENTITY-LOCKS": "Entity Locks", "ENTITY-LOCKS": "Entity Locks",
"ANNOTATION-STATUSES":"Annotation Statuses" "ANNOTATION-STATUSES":"Annotation Statuses",
"USERS":"Users",
"TENANT-USERS":"Tenant Users"
}, },
"COOKIE": { "COOKIE": {
"MESSAGE": "Diese Webseite verwendet Cookies, um die Benutzererfahrung zu verbessern.", "MESSAGE": "Diese Webseite verwendet Cookies, um die Benutzererfahrung zu verbessern.",

View File

@ -248,7 +248,9 @@
"NEW-PREFILLING-SOURCE": "New", "NEW-PREFILLING-SOURCE": "New",
"TENANT-CONFIGURATION": "Tenant Configuration", "TENANT-CONFIGURATION": "Tenant Configuration",
"ENTITY-LOCKS": "Entity Locks", "ENTITY-LOCKS": "Entity Locks",
"ANNOTATION-STATUSES": "Annotation Statuses" "ANNOTATION-STATUSES": "Annotation Statuses",
"USERS":"Users",
"TENANT-USERS":"Tenant Users"
}, },
"COOKIE": { "COOKIE": {
"MESSAGE": "This website uses cookies to enhance the user experience.", "MESSAGE": "This website uses cookies to enhance the user experience.",

View File

@ -248,7 +248,9 @@
"NEW-PREFILLING-SOURCE": "New", "NEW-PREFILLING-SOURCE": "New",
"TENANT-CONFIGURATION": "Tenant Configuration", "TENANT-CONFIGURATION": "Tenant Configuration",
"ENTITY-LOCKS": "Entity Locks", "ENTITY-LOCKS": "Entity Locks",
"ANNOTATION-STATUSES":"Annotation Statuses" "ANNOTATION-STATUSES":"Annotation Statuses",
"USERS":"Users",
"TENANT-USERS":"Tenant Users"
}, },
"COOKIE": { "COOKIE": {
"MESSAGE": "Esta web utiliza cookies para mejorar su experiecia de usuario.", "MESSAGE": "Esta web utiliza cookies para mejorar su experiecia de usuario.",

View File

@ -248,7 +248,9 @@
"NEW-PREFILLING-SOURCE": "New", "NEW-PREFILLING-SOURCE": "New",
"TENANT-CONFIGURATION": "Tenant Configuration", "TENANT-CONFIGURATION": "Tenant Configuration",
"ENTITY-LOCKS": "Entity Locks", "ENTITY-LOCKS": "Entity Locks",
"ANNOTATION-STATUSES":"Annotation Statuses" "ANNOTATION-STATUSES":"Annotation Statuses",
"USERS":"Users",
"TENANT-USERS":"Tenant Users"
}, },
"COOKIE": { "COOKIE": {
"MESSAGE": "Αυτός ο ιστότοπος χρησιμοποιεί cookies για να βελτιώσει την εμπειρία του χρήστη.", "MESSAGE": "Αυτός ο ιστότοπος χρησιμοποιεί cookies για να βελτιώσει την εμπειρία του χρήστη.",

View File

@ -248,7 +248,9 @@
"NEW-PREFILLING-SOURCE": "New", "NEW-PREFILLING-SOURCE": "New",
"TENANT-CONFIGURATION": "Tenant Configuration", "TENANT-CONFIGURATION": "Tenant Configuration",
"ENTITY-LOCKS": "Entity Locks", "ENTITY-LOCKS": "Entity Locks",
"ANNOTATION-STATUSES":"Annotation Statuses" "ANNOTATION-STATUSES":"Annotation Statuses",
"USERS":"Users",
"TENANT-USERS":"Tenant Users"
}, },
"COOKIE": { "COOKIE": {
"MESSAGE": "Ova web-stranica koristi kolačiće za poboljšanje iskustva korisnika.", "MESSAGE": "Ova web-stranica koristi kolačiće za poboljšanje iskustva korisnika.",

View File

@ -248,7 +248,9 @@
"NEW-PREFILLING-SOURCE": "New", "NEW-PREFILLING-SOURCE": "New",
"TENANT-CONFIGURATION": "Tenant Configuration", "TENANT-CONFIGURATION": "Tenant Configuration",
"ENTITY-LOCKS": "Entity Locks", "ENTITY-LOCKS": "Entity Locks",
"ANNOTATION-STATUSES":"Annotation Statuses" "ANNOTATION-STATUSES":"Annotation Statuses",
"USERS":"Users",
"TENANT-USERS":"Tenant Users"
}, },
"COOKIE": { "COOKIE": {
"MESSAGE": "Ta strona korzysta z plików cookie w celu zwiększenia komfortu użytkowania.", "MESSAGE": "Ta strona korzysta z plików cookie w celu zwiększenia komfortu użytkowania.",

View File

@ -248,7 +248,9 @@
"NEW-PREFILLING-SOURCE": "New", "NEW-PREFILLING-SOURCE": "New",
"TENANT-CONFIGURATION": "Tenant Configuration", "TENANT-CONFIGURATION": "Tenant Configuration",
"ENTITY-LOCKS": "Entity Locks", "ENTITY-LOCKS": "Entity Locks",
"ANNOTATION-STATUSES":"Annotation Statuses" "ANNOTATION-STATUSES":"Annotation Statuses",
"USERS":"Users",
"TENANT-USERS":"Tenant Users"
}, },
"COOKIE": { "COOKIE": {
"MESSAGE": "Esta página Web utiliza cookies para melhorar a experiência do utilizador.", "MESSAGE": "Esta página Web utiliza cookies para melhorar a experiência do utilizador.",

View File

@ -248,7 +248,9 @@
"NEW-PREFILLING-SOURCE": "New", "NEW-PREFILLING-SOURCE": "New",
"TENANT-CONFIGURATION": "Tenant Configuration", "TENANT-CONFIGURATION": "Tenant Configuration",
"ENTITY-LOCKS": "Entity Locks", "ENTITY-LOCKS": "Entity Locks",
"ANNOTATION-STATUSES":"Annotation Statuses" "ANNOTATION-STATUSES":"Annotation Statuses",
"USERS":"Users",
"TENANT-USERS":"Tenant Users"
}, },
"COOKIE": { "COOKIE": {
"MESSAGE": "Táto stránka používa súbory cookies na zlepšenie služieb pre používateľa.", "MESSAGE": "Táto stránka používa súbory cookies na zlepšenie služieb pre používateľa.",

View File

@ -248,7 +248,9 @@
"NEW-PREFILLING-SOURCE": "New", "NEW-PREFILLING-SOURCE": "New",
"TENANT-CONFIGURATION": "Tenant Configuration", "TENANT-CONFIGURATION": "Tenant Configuration",
"ENTITY-LOCKS": "Entity Locks", "ENTITY-LOCKS": "Entity Locks",
"ANNOTATION-STATUSES":"Annotation Statuses" "ANNOTATION-STATUSES":"Annotation Statuses",
"USERS":"Users",
"TENANT-USERS":"Tenant Users"
}, },
"COOKIE": { "COOKIE": {
"MESSAGE": "Ovaj sajt koristi kolačiće kako bi poboljšao iskustvo korisnika.", "MESSAGE": "Ovaj sajt koristi kolačiće kako bi poboljšao iskustvo korisnika.",

View File

@ -248,7 +248,9 @@
"NEW-PREFILLING-SOURCE": "New", "NEW-PREFILLING-SOURCE": "New",
"TENANT-CONFIGURATION": "Tenant Configuration", "TENANT-CONFIGURATION": "Tenant Configuration",
"ENTITY-LOCKS": "Entity Locks", "ENTITY-LOCKS": "Entity Locks",
"ANNOTATION-STATUSES":"Annotation Statuses" "ANNOTATION-STATUSES":"Annotation Statuses",
"USERS":"Users",
"TENANT-USERS":"Tenant Users"
}, },
"COOKIE": { "COOKIE": {
"MESSAGE": "Bu web sitesi kullanıcı deneyimini geliştirmek için çerezler kullanmaktadır.", "MESSAGE": "Bu web sitesi kullanıcı deneyimini geliştirmek için çerezler kullanmaktadır.",