Comment ticket collabs, still broken

This commit is contained in:
Marcus Hill 2025-06-28 15:55:13 +01:00
parent bc9529c488
commit 3f21e73b2e
1 changed files with 6 additions and 5 deletions

View File

@ -888,11 +888,12 @@ if (isset($_GET['ticket_id'])) {
<?php } ?>
<!-- Internal collaborators -->
<?php if ($ticket_collaborators) { ?>
<div class="mt-1">
<i class="fas fa-fw fa-users mr-2 text-secondary"></i><strong>Collaborators: </strong><?php echo $ticket_collaborators; ?>
</div>
<?php } ?>
<!-- Commented - there is still something wrong with this -->
<!-- --><?php //if ($ticket_collaborators) { ?>
<!-- <div class="mt-1">-->
<!-- <i class="fas fa-fw fa-users mr-2 text-secondary"></i><strong>Collaborators: </strong>--><?php //echo $ticket_collaborators; ?>
<!-- </div>-->
<!-- --><?php //} ?>
<!-- Resolved -->
<?php if (!empty($ticket_resolved_at)) { ?>