From 9ed377482024161be1cfdc5cc3a842403e791da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Sainl=C3=A9ger?= Date: Thu, 25 Jun 2026 10:57:24 +0200 Subject: [PATCH] [FIX] helpdesk_portal_ticket_priority_form: fix the portal ticket list column diplay of priority the previous code was not working when list is grouped by stage or category. The new code set an XPATH based on a fixed tag. --- .../views/helpdesk_ticket_templates.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helpdesk_portal_ticket_priority_form/views/helpdesk_ticket_templates.xml b/helpdesk_portal_ticket_priority_form/views/helpdesk_ticket_templates.xml index 130a108..996a89b 100644 --- a/helpdesk_portal_ticket_priority_form/views/helpdesk_ticket_templates.xml +++ b/helpdesk_portal_ticket_priority_form/views/helpdesk_ticket_templates.xml @@ -34,10 +34,10 @@