From be4d89b6fee2d822d96b135c7242b28d396c76e9 Mon Sep 17 00:00:00 2001 From: fs Date: Sun, 5 Apr 2026 22:07:16 +0200 Subject: [PATCH] fix(helpdesk): remove 'Ticket communication' section title entirely MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the heading and the CSS override — communication feed starts directly without a title in the ticket detail view. Co-Authored-By: Claude Opus 4.6 (1M context) --- modules/helpdesk/pages/helpdesk/ticket(default).phtml | 1 - modules/helpdesk/web/css/helpdesk.css | 3 --- 2 files changed, 4 deletions(-) diff --git a/modules/helpdesk/pages/helpdesk/ticket(default).phtml b/modules/helpdesk/pages/helpdesk/ticket(default).phtml index f2079d4..b9c6e16 100644 --- a/modules/helpdesk/pages/helpdesk/ticket(default).phtml +++ b/modules/helpdesk/pages/helpdesk/ticket(default).phtml @@ -46,7 +46,6 @@ $backUrl = $ticketCustomerNo !== '' ? lurl('helpdesk/debitor/' . rawurlencode($t
-

diff --git a/modules/helpdesk/web/css/helpdesk.css b/modules/helpdesk/web/css/helpdesk.css index 63ba6c5..a08dbaf 100644 --- a/modules/helpdesk/web/css/helpdesk.css +++ b/modules/helpdesk/web/css/helpdesk.css @@ -1312,9 +1312,6 @@ max-height: none; } - .helpdesk-ticket-detail-content .helpdesk-support-section-title::after { - display: none; - } /* --- Controlling dashboard --- */