From bfc583e6b537d679160a8e11e1ad4e6b49417bcf Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Wed, 15 Oct 2025 15:18:03 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B08701=20-=20Fix=20class=20icon=20alt=20te?= =?UTF-8?q?xt=20displaying=20in=20portal=20tile=20when=20there's=20no=20ic?= =?UTF-8?q?on=20defined?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../portal/templates/bricks/manage/tile-default.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datamodels/2.x/itop-portal-base/portal/templates/bricks/manage/tile-default.html.twig b/datamodels/2.x/itop-portal-base/portal/templates/bricks/manage/tile-default.html.twig index 32fc406da..6e2c7a540 100644 --- a/datamodels/2.x/itop-portal-base/portal/templates/bricks/manage/tile-default.html.twig +++ b/datamodels/2.x/itop-portal-base/portal/templates/bricks/manage/tile-default.html.twig @@ -5,7 +5,7 @@ {% block pTileTitle %}
{{ oBrick.GetTitle()|dict_s }}{{ iCount }} - {% if sIconURL is defined %} + {% if sIconURL is defined and sIconURL is not empty %} Class Icon {% endif %}