From f91e52f1adc35acf9b2e6f307e57f0a8bfeb829f Mon Sep 17 00:00:00 2001 From: lotte Date: Mon, 15 Jul 2019 09:59:29 +0200 Subject: [PATCH] 61949: fixed bug with adding a new md field --- src/app/core/core.module.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/core/core.module.ts b/src/app/core/core.module.ts index f0100c7c66..11152ee8a0 100644 --- a/src/app/core/core.module.ts +++ b/src/app/core/core.module.ts @@ -113,6 +113,7 @@ import { NormalizedPoolTask } from './tasks/models/normalized-pool-task-object.m import { NormalizedRelationship } from './cache/models/items/normalized-relationship.model'; import { NormalizedRelationshipType } from './cache/models/items/normalized-relationship-type.model'; import { NormalizedItemType } from './cache/models/items/normalized-item-type.model'; +import { MetadatafieldParsingService } from './data/metadatafield-parsing.service'; const IMPORTS = [ CommonModule, @@ -178,6 +179,7 @@ const PROVIDERS = [ AuthorityService, IntegrationResponseParsingService, MetadataschemaParsingService, + MetadatafieldParsingService, UploaderService, UUIDService, NotificationsService,