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:
@@ -181,6 +181,9 @@ $total_scheduled_tickets = intval($row['total_scheduled_tickets']);
|
||||
} else {
|
||||
$ticket_assigned_to_display = nullable_htmlentities($row['user_name']);
|
||||
}
|
||||
|
||||
$project_id = intval($row['ticket_project_id']);
|
||||
|
||||
$contact_name = nullable_htmlentities($row['contact_name']);
|
||||
$contact_email = nullable_htmlentities($row['contact_email']);
|
||||
$contact_archived_at = nullable_htmlentities($row['contact_archived_at']);
|
||||
|
||||
Reference in New Issue
Block a user