[Legacy] Fix Add Dashlet Tab via Enter Key in Home Page Redirects to Legacy

This commit is contained in:
p.kumar 2021-08-19 12:01:20 +05:30 committed by Dillon-Brown
parent 559d2648cc
commit 6e2db88b1c

View file

@ -123,4 +123,5 @@ if (!isset($_POST['dashName'])) {
$sugar_smarty->assign('app', $GLOBALS['app_strings']);
$sugar_smarty->assign('lblAddDashlets', $home_mod_strings['LBL_ADD_DASHLETS']);
$sugar_smarty->assign('numCols', $dashboardPage['numColumns']);
header("Location: index.php?action=index&module=Home");
}