[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
This commit is contained in:
parent
bc719f6699
commit
3405681ac7
|
@ -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;
|
||||
|
|
|
@ -56,8 +56,6 @@ export class EnvProperties {
|
|||
// helpdesk link
|
||||
helpdesk;
|
||||
|
||||
|
||||
uploadService;
|
||||
utilsService;
|
||||
|
||||
vocabulariesAPI;
|
||||
|
|
Loading…
Reference in New Issue