From 297ecdf74860ca568cf3a955e7ccdd2a03d981c6 Mon Sep 17 00:00:00 2001 From: "pmoreno.rodriguez" Date: Sun, 16 Feb 2025 21:34:27 +0100 Subject: [PATCH] Partial template updated to support latest updates in that plugin --- templates/partials/taxonomylist.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/partials/taxonomylist.html.twig b/templates/partials/taxonomylist.html.twig index 6fb58ec..45aa3e4 100644 --- a/templates/partials/taxonomylist.html.twig +++ b/templates/partials/taxonomylist.html.twig @@ -1,5 +1,5 @@ -{% set taxlist = children_only is defined ? taxonomylist.getChildPagesTags(of_page) : taxonomylist.get() %} +{% set taxlist = children_only is defined ? taxonomylist.getChildPagesTags(of_page, children_only) : taxonomylist.get() %} {% if taxlist %} -{% endif %} \ No newline at end of file +{% endif %}