add some redirect to login.php, fix ticket post

This commit is contained in:
johnnyq
2025-08-04 18:16:13 -04:00
parent 6b39c1a280
commit 7e55808a05
2 changed files with 6 additions and 10 deletions

View File

@@ -1188,7 +1188,7 @@ if (isset($_POST['bulk_resolve_tickets'])) {
flash_alert("Resolved <strong>$ticket_count</strong> Tickets");
if ($skipped_count > 0) {
flash_alert("Resolved <strong>$ticket_count</strong> Tickets <strong>$skipped_count</strong> ticket(s) could not be resolved because they have open tasks.", 'info';
flash_alert("Resolved <strong>$ticket_count</strong> Tickets <strong>$skipped_count</strong> ticket(s) could not be resolved because they have open tasks.", 'info');
}
redirect();