From 8c32c7c2027cfa1d959a566da230caf1a16f15ba Mon Sep 17 00:00:00 2001 From: GaziYucel <84437883+GaziYucel@users.noreply.github.com> Date: Sun, 9 Feb 2025 17:39:41 +0100 Subject: [PATCH] pkp/pkp-lib#10903 Multiple author affiliations and RORs UI Related issues --- .../Form/fields/FieldAffiliations.vue | 58 ++++++++++++------- 1 file changed, 38 insertions(+), 20 deletions(-) diff --git a/src/components/Form/fields/FieldAffiliations.vue b/src/components/Form/fields/FieldAffiliations.vue index 4fac851d8..04e4373cf 100644 --- a/src/components/Form/fields/FieldAffiliations.vue +++ b/src/components/Form/fields/FieldAffiliations.vue @@ -29,16 +29,24 @@ :key="affiliationIndex" > -
- +
+ {{ affiliation.name[primaryLocale] }} - +
@@ -51,15 +59,19 @@
- +
- + {{ t('user.affiliations.searchPhraseLabel', { @@ -141,23 +153,27 @@ :filter-ids="currentValueRorIds" /> - +
- - {{ newAffiliation.ror }} - +   +
- + {{ newAffiliation.ror }} +
- + - {{ translations(newAffiliation).label }} + + {{ translations(newAffiliation).label }} +