Module Menu Filters are not working When editing and saving nothing happens but modules and other menus action working properly.
I’m using the below version.
SuiteCRM Version 7.13.2
Sugar Version 6.5.25 (Build 344)
// TabGroupHelper::saveTabGroups($_POST); - comment this and
added below two lines
$TabGroup = new TabGroupHelper();
$newTabGroup = $TabGroup->saveTabGroups($_POST);