mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
[CST-4499] Version history - LGTM fixes - Test TBD
This commit is contained in:
@@ -9,7 +9,6 @@ import { link, typedObject } from '../cache/builders/build-decorators';
|
||||
import { DSpaceObject } from './dspace-object.model';
|
||||
import { HALLink } from './hal-link.model';
|
||||
import { VERSION } from './version.resource-type';
|
||||
import { ResourceType } from './resource-type';
|
||||
|
||||
/**
|
||||
* Class representing a DSpace Version History
|
||||
|
@@ -5,7 +5,6 @@ import { FeatureID } from '../../../core/data/feature-authorization/feature-id';
|
||||
import { VersionHistoryDataService } from '../../../core/data/version-history-data.service';
|
||||
import { Item } from '../../../core/shared/item.model';
|
||||
import { switchMap } from 'rxjs/operators';
|
||||
import { VersionDataService } from '../../../core/data/version-data.service';
|
||||
import { of } from 'rxjs';
|
||||
|
||||
@Component({
|
||||
|
Reference in New Issue
Block a user