From e71c2f162c4dd3b3b74ad7049a28eb41fcf529db Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Tue, 5 Nov 2024 14:24:43 +0100 Subject: [PATCH] Fix display of accompanying period work referrers --- .../list_recent_by_accompanying_period.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/list_recent_by_accompanying_period.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/list_recent_by_accompanying_period.html.twig index 30bdc44d2..c7fe2a43e 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/list_recent_by_accompanying_period.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/list_recent_by_accompanying_period.html.twig @@ -33,7 +33,7 @@ {% if w.referrers %}
  • {{ 'Referrers'|trans ~ ' : ' }} - {% for rh in w.referrersHistory %} + {% for rh in w.referrersHistoryCurrent %} {{ rh.user|chill_entity_render_box({'at_date': rh.startDate}) }} {% endfor %} {% if w.referrers|length == 0 %}