mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 04:47:10 +08:00
[Legacy] Fix Add Dashlet Tab via Enter Key in Home Page Redirects to Legacy
This commit is contained in:
parent
559d2648cc
commit
6e2db88b1c
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue