安全组子面板未显示在主模块中

Security Group subpanel not showing in main modules

安全组子面板未显示在帐户等主要模块中,关系和子面板均出现在工作室中,但未显示在帐户的详细信息视图中。当我检查我的日志时,我发现了这个:

Bad subpanel definition, it has incorrect value for get_subpanel_data property securitygroups.

我正在使用 SuiteCRM 版本 7.7.8(基于 Sugar CE 版本 6.5.24)。

我找到了解决方案:

在 "modules/Accounts/vardefs.php" 中,由于未知原因,它错过了这行代码中的 "security_groups" 声明:

VardefManager::createVardef('Accounts','Account',数组('default','assignable','security_groups', 'company', ));