From ce3c8f3056c417866552dec5ca37d22054d234d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 2 Aug 2026 14:07:02 +0200 Subject: [PATCH] Keep target IDs when loading label profile Fixes issue #1164 --- templates/label_system/dialog.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/label_system/dialog.html.twig b/templates/label_system/dialog.html.twig index 532a4b63..b52aaccf 100644 --- a/templates/label_system/dialog.html.twig +++ b/templates/label_system/dialog.html.twig @@ -86,7 +86,7 @@ {% endif %} {% for profile in profiles %} - {{ profile.name }} + {{ profile.name }} {% endfor %} {% endfor %} {% endif %}