[angular-18]: Update library. Remove methods from monitor component.

This commit is contained in:
Konstantinos Triantafyllou 2024-10-25 17:01:58 +03:00
parent 9df85a6012
commit 730dc5efe1
2 changed files with 1 additions and 20 deletions

View File

@ -131,25 +131,6 @@ export class MonitorComponent extends MonitorIndicatorStakeholderBaseComponent i
}));
}));
}
private getfl0() {
if (this.queryParams["relfundinglevel0_id"] && this.filters.length > 0) {
let value = StringUtils.URIDecode(StringUtils.unquote(this.queryParams["relfundinglevel0_id"]));
return value.split("::")[value.split("::").length - 1];
}
return null;
}
private getCoFunded() {
if (this.queryParams["co-funded"] && this.filters.length > 0) {
return this.queryParams["co-funded"] && StringUtils.URIDecode(StringUtils.unquote(this.queryParams["co-funded"])) == "co-funded-results";
}
return false;
}
public getFullUrl(indicatorPath: IndicatorPath) {
return this.indicatorUtils.getFullUrlWithFilters(this.stakeholder, indicatorPath, this.getfl0(), this.periodFilter.selectedFromValue, this.periodFilter.selectedToValue, this.getCoFunded());
}
public get feedback() {
return "mailto:" + this.properties.feedbackmail + "?subject=%5BOpenAIRE%20Monitor%5D%20" + (this.stakeholder ? this.stakeholder.name : "") + "%20dashboard%20feedback"

@ -1 +1 @@
Subproject commit a970571789549aa0b453bfa23949ddf4a254e26e
Subproject commit 8160c4c9b4aeac53ff4abb1bad021fa648098e5b