From 2bf565392a0215d89f6f8a1d1c1ef90b99c0201c Mon Sep 17 00:00:00 2001 From: Mattia Vianelli Date: Fri, 6 Oct 2023 14:46:27 +0200 Subject: [PATCH 1/3] CST-10639 Added new fields in the item-view (Endorsed Reviewed and Dataset) --- .../publication/publication.component.html | 12 ++++++++++++ src/assets/i18n/en.json5 | 6 ++++++ 2 files changed, 18 insertions(+) diff --git a/src/app/item-page/simple/item-types/publication/publication.component.html b/src/app/item-page/simple/item-types/publication/publication.component.html index 3749f63964..e5aae24377 100644 --- a/src/app/item-page/simple/item-types/publication/publication.component.html +++ b/src/app/item-page/simple/item-types/publication/publication.component.html @@ -84,6 +84,18 @@ [label]="'item.page.uri'"> + + + + + +
{{"item.page.link.full" | translate}} diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index 2a22e715cc..2de9e8ef3e 100644 --- a/src/assets/i18n/en.json5 +++ b/src/assets/i18n/en.json5 @@ -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...", From 4dd339235f054329d35744ddb38402d020a2735c Mon Sep 17 00:00:00 2001 From: Mattia Vianelli Date: Fri, 6 Oct 2023 15:13:58 +0200 Subject: [PATCH 2/3] CST-10639 Fixed fields in the item-view (Endorsed Reviewed and Dataset) --- .../simple/item-types/publication/publication.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/item-page/simple/item-types/publication/publication.component.html b/src/app/item-page/simple/item-types/publication/publication.component.html index e5aae24377..3014fcb302 100644 --- a/src/app/item-page/simple/item-types/publication/publication.component.html +++ b/src/app/item-page/simple/item-types/publication/publication.component.html @@ -89,11 +89,11 @@ [label]="'item.page.endorsed-by'">
From 71adb5b7c895173e5f95d7b7351ca82292309a07 Mon Sep 17 00:00:00 2001 From: Mattia Vianelli Date: Fri, 6 Oct 2023 15:17:57 +0200 Subject: [PATCH 3/3] CST-10639 Fixed field in the item-view (Endorsement) --- src/assets/i18n/en.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index 2de9e8ef3e..564dfe49ea 100644 --- a/src/assets/i18n/en.json5 +++ b/src/assets/i18n/en.json5 @@ -2410,7 +2410,7 @@ "item.page.citation": "Citation", - "item.page.endorsed-by": "Endorsed", + "item.page.endorsed-by": "Endorsement", "item.page.is-reviewed-by": "Review",