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

@@ -759,3 +759,4 @@ if ($ticket_status !== "Closed") { ?>
<script src="js/ticket_button_respond_note.js"></script>
<?php } ?>
<script src="js/ticket_add_remove_watchers.js"></script>