mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
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:
@@ -41,4 +41,4 @@
|
||||
|
||||
//$time_end = microtime(true);
|
||||
//$execution_time = ($time_end - $time_start);
|
||||
//echo 'Total Execution Time: '.number_format((float) $execution_time, 10) .' seconds';
|
||||
//echo '<h2>Total Execution Time: '.number_format((float) $execution_time, 10) .' seconds</h2>';
|
||||
|
||||
Reference in New Issue
Block a user