Add bulk delete option for scheduled tickets

This commit is contained in:
Marcus Hill
2023-02-26 15:00:54 +00:00
parent 31d5ae7b75
commit ddb67779d6
8 changed files with 342 additions and 262 deletions

View File

@@ -0,0 +1,3 @@
function showBulkDeleteButton() {
document.getElementById("button_bulk_delete").hidden = false;
}

View File

@@ -60,4 +60,4 @@ function populateScheduledTicketEditModal(client_id, ticket_id) {
});
}
);
}
}