Ticket watchers can now be add and deleted

This commit is contained in:
johnnyq
2023-08-03 18:03:39 -04:00
parent 76b0954d25
commit dd46c5bcab
7 changed files with 65 additions and 91 deletions

View File

@@ -390,3 +390,6 @@ $user_active_assigned_tickets = intval($row['total_tickets_assigned']);
<?php
require_once("ticket_add_modal.php");
require_once("footer.php");
?>
<script src="js/ticket_add_remove_watchers.js"></script>