Skip to content

Commit

Permalink
fix(issue): restrict tech group search option to assignable groups
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed May 11, 2022
1 parent 2bbbe73 commit 230b33e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/issue.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@ public function rawSearchOptions() {
'massiveaction' => false,
'nodisplay' => $hide_technician,
'nosearch' => $hide_technician,
'condition' => ['is_assign' => 1],
'joinparams' => [
'beforejoin' => [
'table' => Group_Ticket::getTable(),
Expand Down

0 comments on commit 230b33e

Please sign in to comment.