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:
johnnyq
2024-03-27 22:27:56 -04:00
parent c9724bea0d
commit e42c5bc2f5
9 changed files with 496 additions and 21 deletions

View File

@@ -92,6 +92,8 @@ if (isset($_GET['ticket_id'])) {
$ticket_assigned_to_display = nullable_htmlentities($row['user_name']);
}
$project_id = intval($row['ticket_project_id']);
$contact_id = intval($row['contact_id']);
$contact_name = nullable_htmlentities($row['contact_name']);
$contact_title = nullable_htmlentities($row['contact_title']);