From 216fa9b04850645fbd625556bfc337d46427465e Mon Sep 17 00:00:00 2001 From: kaushik p <kaushik.p@vtigersolutions.com> Date: Thu, 11 Jan 2024 07:49:18 +0000 Subject: [PATCH] Update ShowWidget.php --- modules/Vtiger/views/ShowWidget.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/Vtiger/views/ShowWidget.php b/modules/Vtiger/views/ShowWidget.php index 9dcae6fb6..43f88ad09 100644 --- a/modules/Vtiger/views/ShowWidget.php +++ b/modules/Vtiger/views/ShowWidget.php @@ -47,7 +47,6 @@ class Vtiger_ShowWidget_View extends Vtiger_IndexAjax_View { $widget->set('data', $request->get('data')); } $widget->add(); - //$request->set('widgetid', $widget->get('id')); } //Date conversion from user format to database format -- GitLab