CST-10639 Added new fields in the item-view (Endorsed Reviewed and Dataset)

This commit is contained in:
Mattia Vianelli
2023-10-06 14:46:27 +02:00
parent 9a0f6fd12d
commit 2bf565392a
2 changed files with 18 additions and 0 deletions

View File

@@ -84,6 +84,18 @@
[label]="'item.page.uri'">
</ds-item-page-uri-field>
<ds-item-page-collections [item]="object"></ds-item-page-collections>
<ds-generic-item-page-field [item]="object"
[fields]="['notify.relation.endorsedBy']"
[label]="'item.page.endorsed-by'">
</ds-generic-item-page-field>
<ds-generic-item-page-field [item]="object"
[fields]="['dc.identifier.citation']"
[label]="'item.page.is-reviewed-by'">
</ds-generic-item-page-field>
<ds-generic-item-page-field [item]="object"
[fields]="['dc.identifier.citation']"
[label]="'item.page.is-supplemented-by'">
</ds-generic-item-page-field>
<div>
<a class="btn btn-outline-primary" role="button" [routerLink]="[itemPageRoute + '/full']">
<i class="fas fa-info-circle"></i> {{"item.page.link.full" | translate}}

View File

@@ -2410,6 +2410,12 @@
"item.page.citation": "Citation",
"item.page.endorsed-by": "Endorsed",
"item.page.is-reviewed-by": "Review",
"item.page.is-supplemented-by": "Dataset",
"item.page.collections": "Collections",
"item.page.collections.loading": "Loading...",