From 6412c59645fb1b7527a07898ab13bd939343de41 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Tue, 7 Apr 2020 11:18:43 +0000 Subject: [PATCH] [Trunk | Explore]: home.component.ts: "properties" as first parameter in methods of file: openaireLibrary/utils/helper/helper.service.ts. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@58418 d315682c-612b-4755-9ff5-7f18f6832af3 --- explore/src/app/home/home.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explore/src/app/home/home.component.ts b/explore/src/app/home/home.component.ts index 0b1b31dc..c8014cf0 100644 --- a/explore/src/app/home/home.component.ts +++ b/explore/src/app/home/home.component.ts @@ -184,7 +184,7 @@ public subPub;public subData;public subProjects;public subOrg; public subDataPr; } private getPageContents() { - this.helper.getPageHelpContents(this._router.url, this.properties, 'openaire').subscribe(contents => { + this.helper.getPageHelpContents(this.properties, 'openaire', this._router.url).subscribe(contents => { this.pageContents = contents; }) }