diff --git a/modules/helpdesk/web/js/helpdesk-team.js b/modules/helpdesk/web/js/helpdesk-team.js index a9f3d24..2c18cdb 100644 --- a/modules/helpdesk/web/js/helpdesk-team.js +++ b/modules/helpdesk/web/js/helpdesk-team.js @@ -255,7 +255,6 @@ if (container) { timeList.appendChild(maxLi); timeStats.appendChild(timeList); - grid.appendChild(timeStats); // Callback: update resolution times when a filter is applied or cleared function updateResolution(filtered) { @@ -292,6 +291,9 @@ if (container) { ); if (categoriesEl) grid.appendChild(categoriesEl); + // Resolution time last — updates when customer/category is clicked + grid.appendChild(timeStats); + section.appendChild(grid); return section; }