mirror of
https://github.com/itflow-org/itflow
synced 2026-03-28 16:25:40 +00:00
Fix Redirect Link when scheduling tickets that conflict with other scheduled tickets
This commit is contained in:
@@ -2430,7 +2430,7 @@ if (isset($_POST['edit_ticket_schedule'])) {
|
|||||||
} else {
|
} else {
|
||||||
$_SESSION['alert_type'] = "error";
|
$_SESSION['alert_type'] = "error";
|
||||||
$_SESSION['alert_message'] = "Ticket scheduled for $email_datetime. Yet there are conflicting tickets scheduled for the same time: <br>" . implode(", <br>", $conflicting_tickets);
|
$_SESSION['alert_message'] = "Ticket scheduled for $email_datetime. Yet there are conflicting tickets scheduled for the same time: <br>" . implode(", <br>", $conflicting_tickets);
|
||||||
header("Location: calendar_events.php");
|
header("Location: calendar.php");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user