From b00014771dc7b2e180aa1ff938b5219bb4e4cf5d Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 10 Mar 2026 13:58:39 -0400 Subject: [PATCH] tickets: Add Tooltip to Approve task --- agent/ticket.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/agent/ticket.php b/agent/ticket.php index b52ac60f..634b4129 100644 --- a/agent/ticket.php +++ b/agent/ticket.php @@ -959,7 +959,6 @@ if (isset($_GET['ticket_id'])) { while ($row = mysqli_fetch_assoc($sql_tasks)) { $task_id = intval($row['task_id']); $task_name = nullable_htmlentities($row['task_name']); - //$task_description = nullable_htmlentities($row['task_description']); // not in db yet $task_completion_estimate = intval($row['task_completion_estimate']); $task_completed_at = nullable_htmlentities($row['task_completed_at']); @@ -1018,7 +1017,7 @@ if (isset($_GET['ticket_id'])) { - +