Ticketing updates

- Client ticket view now defaults to showing Open tickets
- Client ticket view now has ability to quick filter between open/closed tickets
- Don't render modals for closed tickets (~6x performance boost 0.030 seconds before vs 0.005 seconds after) (we really need dynamic modals for ticketing!)
This commit is contained in:
Marcus Hill
2023-11-25 11:29:08 +00:00
parent c1d0a2368d
commit c0eb94efc3
4 changed files with 331 additions and 295 deletions

View File

@@ -2,7 +2,7 @@
// Calculate Execution time start
// uncomment for test
//$time_start = microtime(true);
// $time_start = microtime(true);
header("X-Frame-Options: DENY");