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.
我正在研究sugarcrm,我只想显示/隐藏我从顶部模块菜单创建的特定模块,而不使用用户界面(工作室控件)。至少想知道当我们从管理设置中启用或隐藏任何菜单时屏幕后面发生了什么(触发了什么样的代码)。
当您使用“显示模块和子面板”页面时,您的首选项将保存到您的数据库中的“配置”表中,其中包含值;
解码此行的 value 列中的当前数据并使用要添加或删除的模块修改 json-object,然后再次对其进行编码并使用新值更新表中的行。