1
0

65717: Move operations from custom order + sending bundle patch

This commit is contained in:
Kristof De Langhe
2019-10-28 14:27:12 +01:00
parent b550667bc9
commit 8059301906
5 changed files with 78 additions and 5 deletions

View File

@@ -122,6 +122,7 @@ import { BrowseDefinition } from './shared/browse-definition.model';
import { BitstreamDataService } from './data/bitstream-data.service';
import { MappedCollectionsReponseParsingService } from './data/mapped-collections-reponse-parsing.service';
import { ObjectSelectService } from '../shared/object-select/object-select.service';
import { ArrayMoveChangeAnalyzer } from './data/array-move-change-analyzer.service';
const IMPORTS = [
CommonModule,
@@ -201,6 +202,7 @@ const PROVIDERS = [
DSpaceObjectDataService,
DSOChangeAnalyzer,
DefaultChangeAnalyzer,
ArrayMoveChangeAnalyzer,
ObjectSelectService,
CSSVariableService,
MenuService,