Skip to content
Snippets Groups Projects
Commit c87fe29c authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #1857 from greezybacon/issue/1832


search: Fix search for unassigned tickets

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents c6cbcb91 62d99b1e
Branches
Tags
No related merge requests found
......@@ -598,7 +598,7 @@ if ($results) {
<label for="assignee"><?php echo __('Assigned To');?>:</label>
<select id="assignee" name="assignee">
<option value="">&mdash; <?php echo __('Anyone');?> &mdash;</option>
<option value="0">&mdash; <?php echo __('Unassigned');?> &mdash;</option>
<option value="s0">&mdash; <?php echo __('Unassigned');?> &mdash;</option>
<option value="s<?php echo $thisstaff->getId(); ?>"><?php echo __('Me');?></option>
<?php
if(($users=Staff::getStaffMembers())) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment