Skip to content
Snippets Groups Projects
Commit f24613ab authored by kaushik p's avatar kaushik p
Browse files

#Fixes::157669688::kaushik::Notebook widget data not displaying over Dashboard

parent 8ac97aa3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment