mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
add some redirect to login.php, fix ticket post
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user