From e43cc4e8ce785a96e133151743a027f2a471f371 Mon Sep 17 00:00:00 2001 From: jomae Date: Wed, 5 Feb 2025 08:34:30 +0000 Subject: [PATCH] 1.6.1dev: fix empty `` element from query view without group parameter git-svn-id: http://trac.edgewall.org/intertrac/log:/branches/1.6-stable@17874 af82e41b-90c4-0310-8c96-b1721e28e2e2 --- trac/ticket/templates/query_results.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trac/ticket/templates/query_results.html b/trac/ticket/templates/query_results.html index a34dbddcb4..d5a54c3c3d 100644 --- a/trac/ticket/templates/query_results.html +++ b/trac/ticket/templates/query_results.html @@ -62,7 +62,7 @@

# endmacro - # if len(groups) > 0: + # if len(groups) > 0 and groups[0][0] is not none:
${group_heading(*groups[0])}