From 1400983d8c9bace9a30b747899bd5f12cde106b8 Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sun, 11 May 2025 11:45:47 +0100 Subject: [PATCH] Projects/Tickets - Hide new project button for users that only have support read access - Hide new ticket button for users that only have support read access - Enforce client access restrictions for viewing project details based off project client - Prevent selecting the 'Select tickets' text when linking ticket --- modals/project_link_ticket_modal.php | 6 ++-- project_details.php | 18 +++++++--- projects.php | 28 ++++++++-------- tickets.php | 50 +++++++++++++++------------- 4 files changed, 57 insertions(+), 45 deletions(-) diff --git a/modals/project_link_ticket_modal.php b/modals/project_link_ticket_modal.php index c50e287c..e3d58322 100644 --- a/modals/project_link_ticket_modal.php +++ b/modals/project_link_ticket_modal.php @@ -2,7 +2,7 @@