[umbrella]: Add types publisher and journal in stakeholderType.
This commit is contained in:
parent
2790530e14
commit
041e9d8478
|
@ -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';
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue