[CST-4981] structure improvement,removed unecessary informations

This commit is contained in:
Rezart Vata
2021-12-24 19:34:10 +01:00
parent f154fb60e0
commit 99aef98443
5 changed files with 0 additions and 5 deletions

View File

@@ -72,7 +72,6 @@ import { ThemedCollectionPageComponent } from './themed-collection-page.componen
id: 'statistics_collection_:id', id: 'statistics_collection_:id',
active: true, active: true,
visible: true, visible: true,
type: 'statistics',
model: { model: {
type: MenuItemType.LINK, type: MenuItemType.LINK,
text: 'menu.section.statistics', text: 'menu.section.statistics',

View File

@@ -55,7 +55,6 @@ import { ThemedCommunityPageComponent } from './themed-community-page.component'
id: 'statistics_community_:id', id: 'statistics_community_:id',
active: true, active: true,
visible: true, visible: true,
type: 'statistics',
model: { model: {
type: MenuItemType.LINK, type: MenuItemType.LINK,
text: 'menu.section.statistics', text: 'menu.section.statistics',

View File

@@ -5,7 +5,6 @@ import { ActivatedRouteSnapshot, Router, RouterStateSnapshot } from '@angular/ro
import { AuthService } from '../../../auth/auth.service'; import { AuthService } from '../../../auth/auth.service';
import { Observable, of as observableOf } from 'rxjs'; import { Observable, of as observableOf } from 'rxjs';
import { FeatureID } from '../feature-id'; import { FeatureID } from '../feature-id';
import { tap } from 'rxjs/operators';
/** /**
* Prevent unauthorized activating and loading of routes when the current authenticated user doesn't have group * Prevent unauthorized activating and loading of routes when the current authenticated user doesn't have group

View File

@@ -21,7 +21,6 @@ import { ThemedHomePageComponent } from './themed-home-page.component';
active: true, active: true,
visible: true, visible: true,
index: 2, index: 2,
type: 'statistics',
model: { model: {
type: MenuItemType.LINK, type: MenuItemType.LINK,
text: 'menu.section.statistics', text: 'menu.section.statistics',

View File

@@ -58,7 +58,6 @@ import { REQUEST_COPY_MODULE_PATH } from '../app-routing-paths';
id: 'statistics_item_:id', id: 'statistics_item_:id',
active: true, active: true,
visible: true, visible: true,
type: 'statistics',
model: { model: {
type: MenuItemType.LINK, type: MenuItemType.LINK,
text: 'menu.section.statistics', text: 'menu.section.statistics',