Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何根据 Sugar crm 中的用户角色隐藏默认列表视图 dashlet?或者我如何阻止用户根据用户角色添加列表视图仪表板?
免责声明:我有 SuiteCRM 7.10.7,可能不适用于更新版本,并且此更改不是升级安全的。
您可以在 DashletDialog 中修改 getDashlets 函数 include/MySugar/DashletsDialog/DashletsDialog.php
include/MySugar/DashletsDialog/DashletsDialog.php
它具有加载所有 dashlets 以供选择的循环。您可以在其中设置一些限制(获取$current_user组,检查它们是否正常以及是否应该(不)允许它们使用特定的 dashlet)。
$current_user