mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Partially Updated ticket post to use new logAction function, added some ticket history updates, tidy and added more details to logging
This commit is contained in:
@@ -139,6 +139,7 @@ if (isset($_GET['undo_complete_task'])) {
|
||||
// Logging
|
||||
logAction("Task", "Edit", "$session_name marked task $task_name as incomplete", $client_id, $task_id);
|
||||
|
||||
$_SESSION['alert_type'] = "error";
|
||||
$_SESSION['alert_message'] = "Task <strong>$task_name</strong> marked as incomplete";
|
||||
|
||||
header("Location: " . $_SERVER["HTTP_REFERER"]);
|
||||
|
||||
Reference in New Issue
Block a user