From 8bc96d3dc8fec0e033a401dec725f8218775b5db Mon Sep 17 00:00:00 2001 From: Thierry Bugier Date: Tue, 13 Feb 2024 13:16:56 +0100 Subject: [PATCH] fix(issue): deduplicate rows whern showing technicians in issues --- inc/issue.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/issue.class.php b/inc/issue.class.php index b1d6044f2..baf504e14 100644 --- a/inc/issue.class.php +++ b/inc/issue.class.php @@ -731,6 +731,7 @@ public function rawSearchOptions() { 'field' => 'name', 'name' => __('Technician'), 'datatype' => 'dropdown', + 'forcegroupby' => true, 'massiveaction' => false, 'nodisplay' => $hide_technician, 'nosearch' => $hide_technician,