forked from hazza/dspace-angular
Put dynamic workflowgroup links on Collections in an array - fix lgtm warnings
This commit is contained in:
@@ -15,8 +15,6 @@ import { RESOURCE_POLICY } from '../resource-policy/models/resource-policy.resou
|
|||||||
import { COMMUNITY } from './community.resource-type';
|
import { COMMUNITY } from './community.resource-type';
|
||||||
import { Community } from './community.model';
|
import { Community } from './community.model';
|
||||||
import { ChildHALResource } from './child-hal-resource.model';
|
import { ChildHALResource } from './child-hal-resource.model';
|
||||||
import { GROUP } from '../eperson/models/group.resource-type';
|
|
||||||
import { Group } from '../eperson/models/group.model';
|
|
||||||
|
|
||||||
@typedObject
|
@typedObject
|
||||||
@inheritSerialization(DSpaceObject)
|
@inheritSerialization(DSpaceObject)
|
||||||
|
@@ -3,8 +3,6 @@ import { Observable } from 'rxjs';
|
|||||||
import { link, typedObject } from '../cache/builders/build-decorators';
|
import { link, typedObject } from '../cache/builders/build-decorators';
|
||||||
import { PaginatedList } from '../data/paginated-list';
|
import { PaginatedList } from '../data/paginated-list';
|
||||||
import { RemoteData } from '../data/remote-data';
|
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.model';
|
||||||
import { BITSTREAM } from './bitstream.resource-type';
|
import { BITSTREAM } from './bitstream.resource-type';
|
||||||
import { Collection } from './collection.model';
|
import { Collection } from './collection.model';
|
||||||
|
Reference in New Issue
Block a user