1
0

Put dynamic workflowgroup links on Collections in an array - fix lgtm warnings

This commit is contained in:
Samuel
2020-08-05 16:17:27 +02:00
parent a29de15f71
commit 261f79daab
2 changed files with 0 additions and 4 deletions

View File

@@ -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';