From 2a75bb6b403ec5f3b517358ba033b707b2e6671e Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 18 Oct 2025 12:03:03 -0300 Subject: [PATCH] add uuid to first message --- public/support.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/support.html b/public/support.html index 11137dd..9c4c836 100644 --- a/public/support.html +++ b/public/support.html @@ -227,7 +227,7 @@ Please note: it does not cover general Odoo usage or functional questions. // show user message if (firstMessage) { - text = `${text} $uuid:${uuid}`; + text = `${uuid}: ${text}`; firstMessage = false; } if(text.toLowerCase().startsWith('/ticket')){