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

Fixes::158253812::Appu::There is time mismatch in the task management updates view

parents 4251de56 ab733781
No related branches found
No related tags found
1 merge request!1015Fixes::158253812::Appu::There is time mismatch in the task management updates view
......@@ -72,6 +72,7 @@ class Vtiger_RecordQuickPreview_View extends Vtiger_Index_View {
}
$viewer->assign('PAGING_MODEL', $pagingModel);
$viewer->assign('RECENT_ACTIVITIES', $recentActivities);
$viewer->assign('RECORD_ID', $recordId);
$viewer->view('ListViewQuickPreview.tpl', $moduleName);
}
......
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