[umbrella]: Add types publisher and journal in stakeholderType.

This commit is contained in:
Konstantinos Triantafyllou 2024-06-02 21:39:47 +03:00
parent 2790530e14
commit 041e9d8478
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ export const ChartHelper = {
suffix: "__))"
};
export type StakeholderType = 'funder' | 'ri' | 'project' | 'organization' | 'country' | 'researcher' | 'datasource';
export type StakeholderType = 'funder' | 'ri' | 'project' | 'organization' | 'publisher' | 'journal' | 'country' | 'researcher' | 'datasource';
export type IndicatorType = 'number' | 'chart';
export type IndicatorSize = 'small' | 'medium' | 'large';
export type IndicatorPathType = 'table' | 'bar' | 'column' | 'pie' | 'line' | 'other';

View File

@ -305,7 +305,7 @@
<div [class.uk-padding-small]="mobile" class="uk-padding-remove-vertical">
<!-- Related results for Custom Filter Alert -->
<div *ngIf="openaireLink && (searchUtils.totalResults > 0 || !loadPaging )"
class="uk-alert uk-margin-small-top ">
class="uk-alert uk-margin-small-top uk-margin-medium-bottom">
<ng-container *ngFor="let customFilter of customFilters">
<span *ngIf="customFilter.showFilterMessage">The following results are related to <span class="uk-text-primary uk-text-bold"
>{{customFilter.valueName}}</span>.</span>