add uuid to first message
This commit is contained in:
@@ -227,7 +227,7 @@ Please note: it does not cover general Odoo usage or functional questions.
|
|||||||
// show user message
|
// show user message
|
||||||
|
|
||||||
if (firstMessage) {
|
if (firstMessage) {
|
||||||
text = `${text} $uuid:${uuid}`;
|
text = `${uuid}: ${text}`;
|
||||||
firstMessage = false;
|
firstMessage = false;
|
||||||
}
|
}
|
||||||
if(text.toLowerCase().startsWith('/ticket')){
|
if(text.toLowerCase().startsWith('/ticket')){
|
||||||
|
|||||||
Reference in New Issue
Block a user