From 3405681ac76317c7f43179e8b21f0033f9a1d66f Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Fri, 28 Jun 2019 10:28:39 +0000 Subject: [PATCH] [Trunk|Library]: Remove uploadService property git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56263 d315682c-612b-4755-9ff5-7f18f6832af3 --- claims/linking/bulkClaim/bulkClaim.component.ts | 2 +- utils/properties/env-properties.ts | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/claims/linking/bulkClaim/bulkClaim.component.ts b/claims/linking/bulkClaim/bulkClaim.component.ts index b3e3c8f0..f85b253a 100644 --- a/claims/linking/bulkClaim/bulkClaim.component.ts +++ b/claims/linking/bulkClaim/bulkClaim.component.ts @@ -108,7 +108,7 @@ export class BulkClaimComponent { } this.loading.open(); - this.makeFileRequest(this.properties.uploadService, [], this.filesToUpload).then((result) => { + this.makeFileRequest(this.properties.utilsService + '/upload', [], this.filesToUpload).then((result) => { var rows = (result as any).split('\n'); // I have used space, you can use any thing. this.exceedsLimit = false; var i = 0; diff --git a/utils/properties/env-properties.ts b/utils/properties/env-properties.ts index 3c6e0b6d..9775f50a 100644 --- a/utils/properties/env-properties.ts +++ b/utils/properties/env-properties.ts @@ -56,8 +56,6 @@ export class EnvProperties { // helpdesk link helpdesk; - - uploadService; utilsService; vocabulariesAPI;