From 32bfd298a1da556df8cc911acb7d1935f49fdd0c Mon Sep 17 00:00:00 2001 From: johnnyq Date: Fri, 3 Oct 2025 17:37:25 -0400 Subject: [PATCH] Added Project Edit Function for Ticket --- agent/modals/ticket/ticket_edit_project.php | 65 +++++++++++++++++++++ agent/post/ticket.php | 22 +++++++ agent/ticket.php | 4 +- 3 files changed, 89 insertions(+), 2 deletions(-) create mode 100644 agent/modals/ticket/ticket_edit_project.php diff --git a/agent/modals/ticket/ticket_edit_project.php b/agent/modals/ticket/ticket_edit_project.php new file mode 100644 index 00000000..b75232a1 --- /dev/null +++ b/agent/modals/ticket/ticket_edit_project.php @@ -0,0 +1,65 @@ + + + +
+ + + + + +
+ +$project_name for Ticket $ticket_prefix$ticket_number"); + + redirect(); + +} + if (isset($_POST['add_ticket_watcher'])) { enforceUserPermission('module_support', 2); diff --git a/agent/ticket.php b/agent/ticket.php index 383bfeb1..f3f50b7e 100644 --- a/agent/ticket.php +++ b/agent/ticket.php @@ -1227,9 +1227,9 @@ if (isset($_GET['ticket_id'])) {
Project
= 2) { ?> - +