N°8552 - Aggregate brick, Search Brick and new look issue

This commit is contained in:
Benjamin Dalsass
2025-07-23 16:13:36 +02:00
committed by Benjamin Dalsass
parent 1438006861
commit c63e01e27b

View File

@@ -10,7 +10,7 @@
{% if aTilesRendering[brick.GetId] is defined %}
{{ aTilesRendering[brick.GetId]|raw }}
{% else %}
{% include '' ~ brick.GetTileTemplatePath with {brick: brick} %}
{% include '' ~ brick.GetTileTemplatePath with {brick: brick} only %}
{% endif %}
{% endfor %}
</section>