mirror of https://github.com/itflow-org/itflow
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:
parent
01a7dc2068
commit
c564118156
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue