mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
[CST-4981] structure improvement,removed unecessary informations
This commit is contained in:
@@ -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',
|
||||||
|
@@ -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',
|
||||||
|
@@ -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
|
||||||
|
@@ -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',
|
||||||
|
@@ -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',
|
||||||
|
Reference in New Issue
Block a user