From bbafe1f1b8a5e6ceb5f78d1122688fb86bbdebc4 Mon Sep 17 00:00:00 2001 From: root <you@example.com> Date: Tue, 23 Jan 2024 14:31:47 +0530 Subject: [PATCH] #Fixes::156658178::ChaitanyaN::Reports QuickView in list issue fixed --- layouts/v7/modules/Reports/resources/List.js | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/v7/modules/Reports/resources/List.js b/layouts/v7/modules/Reports/resources/List.js index 8447e40ed..fe9832937 100644 --- a/layouts/v7/modules/Reports/resources/List.js +++ b/layouts/v7/modules/Reports/resources/List.js @@ -320,6 +320,7 @@ Vtiger_List_Js("Reports_List_Js",{ scrollInertia: 70, mouseWheel: {preventDefault: true} }; + jQuery('.quickPreviewSummary').trigger(Vtiger_Widget_Js.widgetPostLoadEvent); app.helper.showVerticalScroll(jQuery('.quickPreview .modal-body'), params); }); }, -- GitLab