Fix Dupe GET VARS in tickets Removed extra Rebuild URL as this has been done in the filter header for some time now

This commit is contained in:
johnnyq 2025-05-28 18:34:50 -04:00
parent 01a7dc2068
commit c564118156
1 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,5 @@
<?php
// Default Column Sortby Filter
$sort = "ticket_number";
$order = "DESC";
@ -84,9 +83,6 @@ if (isset($_GET['assigned']) & !empty($_GET['assigned'])) {
}
}
//Rebuild URL
$url_query_strings_sort = http_build_query(array_merge($_GET, array('sort' => $sort, 'order' => $order, 'status' => $status, 'assigned' => $ticket_assigned_filter_id)));
// Ticket client access snippet
$ticket_permission_snippet = '';
if (!empty($client_access_string)) {