Fixed edit scheduled ticket updated shoertenClient function to be even more intelligent

This commit is contained in:
johnnyq
2023-09-17 20:08:41 -04:00
parent 1b90a005e4
commit 827b880b28
2 changed files with 33 additions and 18 deletions

View File

@@ -19,7 +19,7 @@ function populateScheduledTicketEditModal(client_id, ticket_id) {
document.getElementById("editClientId").value = client_id;
document.getElementById("editTicketSubject").value = ticket.scheduled_ticket_subject;
document.getElementById("editTicketNextRun").value = ticket.scheduled_ticket_next_run;
$('#editTicketDetails').summernote('code', ticket.scheduled_ticket_details);
tinyMCE.get('editTicketDetails').setContent(ticket.scheduled_ticket_details);
// Frequency dropdown