Project

General

Profile

« Previous | Next » 

Revision 56263

[Trunk|Library]: Remove uploadService property

View differences:

modules/uoa-services-library/trunk/ng-openaire-library/src/app/utils/properties/env-properties.ts
56 56
  // helpdesk link
57 57
  helpdesk;
58 58

  
59

  
60
  uploadService;
61 59
  utilsService;
62 60

  
63 61
  vocabulariesAPI;
modules/uoa-services-library/trunk/ng-openaire-library/src/app/claims/linking/bulkClaim/bulkClaim.component.ts
108 108
    }
109 109
    this.loading.open();
110 110

  
111
    this.makeFileRequest(this.properties.uploadService, [], this.filesToUpload).then((result) => {
111
    this.makeFileRequest(this.properties.utilsService + '/upload', [], this.filesToUpload).then((result) => {
112 112
          var rows = (result as any).split('\n');  // I have used space, you can use any thing.
113 113
          this.exceedsLimit = false;
114 114
          var i = 0;

Also available in: Unified diff