mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Major UI Updates to projects, created project details which display project stats tickets and tasks, tickets can be linked to a project, soon will add all users who contributed to a project and some more stats along with a nice timeline from created to deadline
This commit is contained in:
@@ -328,6 +328,7 @@ $user_active_assigned_tickets = intval($row['total_tickets_assigned']);
|
||||
$ticket_updated_at_display = "$ticket_updated_at_time_ago<br><small class='text-secondary'>$ticket_updated_at</small>";
|
||||
}
|
||||
$ticket_closed_at = nullable_htmlentities($row['ticket_closed_at']);
|
||||
$project_id = intval($row['ticket_project_id']);
|
||||
$client_id = intval($row['ticket_client_id']);
|
||||
$client_name = nullable_htmlentities($row['client_name']);
|
||||
$contact_name = nullable_htmlentities($row['contact_name']);
|
||||
|
||||
Reference in New Issue
Block a user