Skip to content
Snippets Groups Projects
Commit 85e300a2 authored by Apparao G's avatar Apparao G
Browse files

#Fixes::157669688::kaushik::Notebook widget id affecting minilist widget over content display

parents d1ff9f3d 4e7ddf4d
No related branches found
No related tags found
1 merge request!994Fixes::157669688::kaushik::Notebook widget id affecting minilist widget over content display-fixed
......@@ -47,6 +47,11 @@ class Vtiger_ShowWidget_View extends Vtiger_IndexAjax_View {
$widget->set('data', $request->get('data'));
}
$widget->add();
if ($request->get('widgetid')) {
$widget->set('id', $request->get('widgetid'));
}
$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