mirror of
https://github.com/itflow-org/itflow
synced 2026-09-12 01:35:12 +00:00
Ticket SLA: Fix on hold to pause only after first reply, show resolved closed and onhold as fixed on paused sla in the list
This commit is contained in:
@@ -99,6 +99,9 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
||||
<?php } else { ?>
|
||||
<span class="text-secondary">Running</span>
|
||||
<?php } ?>
|
||||
<?php if (!is_null(getTicketStatusSlaLock($ticket_status_id))) { ?>
|
||||
<small class="text-muted ms-1" title="Built-in statuses have fixed SLA behaviour">(fixed)</small>
|
||||
<?php } ?>
|
||||
</td>
|
||||
<td>
|
||||
<div class="dropdown dropstart text-center">
|
||||
|
||||
Reference in New Issue
Block a user