Skip to content

Commit 230b33e

Browse files
committed
fix(issue): restrict tech group search option to assignable groups
1 parent 2bbbe73 commit 230b33e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inc/issue.class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,7 @@ public function rawSearchOptions() {
700700
'massiveaction' => false,
701701
'nodisplay' => $hide_technician,
702702
'nosearch' => $hide_technician,
703+
'condition' => ['is_assign' => 1],
703704
'joinparams' => [
704705
'beforejoin' => [
705706
'table' => Group_Ticket::getTable(),

0 commit comments

Comments
 (0)