fix: tentativo di fix per il riconoscimento del ticket ma otrs è stronzo-merda. feat: nella pagina di anteprima del ticket, aggiunto pulsante per aprire in una scheda interna.
This commit is contained in:
@@ -433,10 +433,8 @@ const EmailCompose = (() => {
|
||||
} else {
|
||||
const tn = options.ticketTn || '';
|
||||
const title = options.ticketTitle || '';
|
||||
subjectEl.value = tn ? `Re: [Ticket#${tn}] ${title}` : title;
|
||||
subjectEl.value = tn ? `[Ticket#${tn}] Re: ${title}` : title;
|
||||
}
|
||||
|
||||
// Signature and groups select
|
||||
const sigSelect = document.getElementById('ec-signature-select');
|
||||
const groupsSelect = document.getElementById('ec-groups-select');
|
||||
const agentId = App.currentAgentId || 0;
|
||||
|
||||
Reference in New Issue
Block a user