We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bbbe73 commit 230b33eCopy full SHA for 230b33e
inc/issue.class.php
@@ -700,6 +700,7 @@ public function rawSearchOptions() {
700
'massiveaction' => false,
701
'nodisplay' => $hide_technician,
702
'nosearch' => $hide_technician,
703
+ 'condition' => ['is_assign' => 1],
704
'joinparams' => [
705
'beforejoin' => [
706
'table' => Group_Ticket::getTable(),
0 commit comments