[Fix] Case where two evaluation showed in the same time in notification

This commit is contained in:
Lucas Silva
2023-04-27 15:00:26 +02:00
parent 0a2f41c8a0
commit 71e8e2baee
3 changed files with 150 additions and 47 deletions

View File

@@ -115,7 +115,8 @@
<div
class="item-row column{% if displayFontSmall is defined and displayFontSmall == true %} smallfont{% endif %}">
{% include '@ChillPerson/AccompanyingCourseWork/_objectifs_results_evaluations.html.twig' with {
'displayContent': displayContent
'displayContent': displayContent,
'onlyone': false
} %}
</div>
{% endif %}
@@ -195,7 +196,8 @@
<div
class="item-bloc colored{% if displayContent is defined %} {{ displayContent }}{% endif %}{% if itemBlocClass is defined %} {{ itemBlocClass }}{% endif %}">
{% include 'ChillPersonBundle:AccompanyingCourseWork:_objectifs_results_evaluations.html.twig' with {
'displayContent': displayContent
'displayContent': displayContent,
'onlyone' : false
} %}
</div>
</div>