From 3f7f579b001d57ec640eb47d57fd26b95e7e1286 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 a744c1af5..12dd3fa7e 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 @@ - + - + {{ affiliation.ror }} - + {{ translations(affiliation).label }} @@ -115,11 +127,11 @@ - + rowActionsHandler(actionName, affiliationIndex) @@ -128,7 +140,7 @@ - + {{ t('user.affiliations.searchPhraseLabel', { @@ -138,23 +150,27 @@ - + - - {{ newAffiliation.ror }} - + + - + {{ newAffiliation.ror }} + - + - {{ translations(newAffiliation).label }} + + {{ translations(newAffiliation).label }} +