From 55c6fc81dbc56fd3bf3fe8cc778b24b37254cc7e Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Tue, 31 Mar 2026 20:13:10 -0400 Subject: [PATCH] Fix duplicate users in bulk/quick assign modals; add combobox search Root cause: DashboardView.php and dashboard.js both had a global document.addEventListener('click') handler handling the same bulk-assign and quick-assign actions. Every click fired both handlers, creating two modals and two API fetches that both appended to the same select element. Fix: Remove duplicate cases (bulk-*, navigate, view-ticket, quick-*, set-view-mode, toggle-*, clear-selection) from DashboardView.php's inline handler. dashboard.js already handles all of these correctly. Also replace - - + +
+
+ +
+ +
+ Type to search — supports large user lists