From 2d016afb1f9f91cd446e61165f68019d991592ed Mon Sep 17 00:00:00 2001 From: fs Date: Sun, 5 Apr 2026 23:05:47 +0200 Subject: [PATCH] fix(helpdesk): add data-type=image hint for FsLightbox cache reuse FsLightbox uses data-type to skip content detection. Combined with Cache-Control: max-age=3600 on the proxy, the browser should serve the lightbox image from cache instead of making a second SOAP call. Co-Authored-By: Claude Opus 4.6 (1M context) --- modules/helpdesk/web/js/helpdesk-communication.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/helpdesk/web/js/helpdesk-communication.js b/modules/helpdesk/web/js/helpdesk-communication.js index c080c92..f28d3ed 100644 --- a/modules/helpdesk/web/js/helpdesk-communication.js +++ b/modules/helpdesk/web/js/helpdesk-communication.js @@ -128,7 +128,7 @@ export function renderCommunicationFeed(entries, options = {}) { html += ``; html += ``; html += ``; - html += `${esc(fileName)}`; + html += `${esc(fileName)}`; html += ``; html += ` ${esc(fileName)}`; html += '';