From f24613ab48776e999a3fbb3831bc091fc2163a95 Mon Sep 17 00:00:00 2001
From: "kaushik.p" <kaushik.p@vtigersolutions.com>
Date: Thu, 11 Jan 2024 12:40:41 +0530
Subject: [PATCH] #Fixes::157669688::kaushik::Notebook widget data not
 displaying over Dashboard

---
 modules/Vtiger/views/ShowWidget.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/Vtiger/views/ShowWidget.php b/modules/Vtiger/views/ShowWidget.php
index 3c4a8db4f..9dcae6fb6 100644
--- a/modules/Vtiger/views/ShowWidget.php
+++ b/modules/Vtiger/views/ShowWidget.php
@@ -47,7 +47,7 @@ class Vtiger_ShowWidget_View extends Vtiger_IndexAjax_View {
 						$widget->set('data', $request->get('data'));
 					}
 		    		$widget->add();
-		    		$request->set('widgetid', $widget->get('id'));
+				  //$request->set('widgetid', $widget->get('id'));
 				}
 				
 				//Date conversion from user format to database format
-- 
GitLab