From 261f79daab5877e7a528c487bb1f3a896026bc68 Mon Sep 17 00:00:00 2001 From: Samuel Date: Wed, 5 Aug 2020 16:17:27 +0200 Subject: [PATCH] Put dynamic workflowgroup links on Collections in an array - fix lgtm warnings --- src/app/core/shared/collection.model.ts | 2 -- src/app/core/shared/community.model.ts | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/app/core/shared/collection.model.ts b/src/app/core/shared/collection.model.ts index 9346cb5a34..c1464d7d39 100644 --- a/src/app/core/shared/collection.model.ts +++ b/src/app/core/shared/collection.model.ts @@ -15,8 +15,6 @@ import { RESOURCE_POLICY } from '../resource-policy/models/resource-policy.resou import { COMMUNITY } from './community.resource-type'; import { Community } from './community.model'; import { ChildHALResource } from './child-hal-resource.model'; -import { GROUP } from '../eperson/models/group.resource-type'; -import { Group } from '../eperson/models/group.model'; @typedObject @inheritSerialization(DSpaceObject) diff --git a/src/app/core/shared/community.model.ts b/src/app/core/shared/community.model.ts index 348fe0140d..796aaa8ece 100644 --- a/src/app/core/shared/community.model.ts +++ b/src/app/core/shared/community.model.ts @@ -3,8 +3,6 @@ import { Observable } from 'rxjs'; import { link, typedObject } from '../cache/builders/build-decorators'; import { PaginatedList } from '../data/paginated-list'; import { RemoteData } from '../data/remote-data'; -import { Group } from '../eperson/models/group.model'; -import { GROUP } from '../eperson/models/group.resource-type'; import { Bitstream } from './bitstream.model'; import { BITSTREAM } from './bitstream.resource-type'; import { Collection } from './collection.model';