mirror of https://github.com/itflow-org/itflow
Fix not being able to filter tickets by using the search filter
This commit is contained in:
parent
2fd609bb2b
commit
7c10bbacd7
|
|
@ -89,6 +89,7 @@ $total_tickets_closed = intval($row['total_tickets_closed']);
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<form autocomplete="off">
|
<form autocomplete="off">
|
||||||
<input type="hidden" name="client_id" value="<?php echo $client_id; ?>">
|
<input type="hidden" name="client_id" value="<?php echo $client_id; ?>">
|
||||||
|
<input type="hidden" name="status" value="<?php echo $status; ?>">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
|
|
|
||||||
|
|
@ -119,6 +119,7 @@ $user_active_assigned_tickets = intval($row['total_tickets_assigned']);
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<form autocomplete="off">
|
<form autocomplete="off">
|
||||||
|
<input type="hidden" name="status" value="<?php echo $status; ?>">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue