Skip to content

Commit 8bc96d3

Browse files
committed
fix(issue): deduplicate rows whern showing technicians in issues
1 parent 5645454 commit 8bc96d3

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
@@ -731,6 +731,7 @@ public function rawSearchOptions() {
731731
'field' => 'name',
732732
'name' => __('Technician'),
733733
'datatype' => 'dropdown',
734+
'forcegroupby' => true,
734735
'massiveaction' => false,
735736
'nodisplay' => $hide_technician,
736737
'nosearch' => $hide_technician,

0 commit comments

Comments
 (0)