From 9fd3940585f35c1305bed43597a3599bcf23f744 Mon Sep 17 00:00:00 2001 From: Touhidur Rahman Date: Fri, 3 Jan 2025 14:59:42 +0600 Subject: [PATCH] pkp/pkp-lib#10751 update of editorial history page considering user group eloquent refactor --- templates/frontend/pages/editorialHistory.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/frontend/pages/editorialHistory.tpl b/templates/frontend/pages/editorialHistory.tpl index 694f441f190..fb6c4d623db 100644 --- a/templates/frontend/pages/editorialHistory.tpl +++ b/templates/frontend/pages/editorialHistory.tpl @@ -16,10 +16,10 @@

{translate key="common.editorialHistory.page"}

{translate key="common.editorialHistory.page.description"}

{foreach from=$mastheadRoles item="mastheadRole"} - {if array_key_exists($mastheadRole->getId(), $mastheadUsers)} -

{$mastheadRole->getLocalizedName()|escape}

+ {if array_key_exists($mastheadRole->id, $mastheadUsers)} +

{$mastheadRole->getLocalizedData('name')|escape}