Skip to content

Commit

Permalink
fix(issue): deduplicate rows whern showing technicians in issues
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Feb 13, 2024
1 parent 5645454 commit 8bc96d3
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 @@ -731,6 +731,7 @@ public function rawSearchOptions() {
'field' => 'name',
'name' => __('Technician'),
'datatype' => 'dropdown',
'forcegroupby' => true,
'massiveaction' => false,
'nodisplay' => $hide_technician,
'nosearch' => $hide_technician,
Expand Down

0 comments on commit 8bc96d3

Please sign in to comment.