提交 3e876ab0 编写于 作者: U unknown

修复系统设置中组件中设置群组无效的问题

上级 666288ee
......@@ -1208,7 +1208,12 @@ o2.xDesktop.Default.StartMenu = new Class({
if (user.roleList) currentNames = currentNames.concat(user.roleList);
// if (user.groupList) currentNames = currentNames.concat(user.groupList);
o2.Actions.load("x_organization_assemble_express").GroupAction.listWithPerson(
{ personList: [user.distinguishedName] },
{
personList: [user.distinguishedName],
recursiveGroupFlag : true,
referenceFlag : true,
recursiveOrgFlag : true
},
function(json) {
currentNames = currentNames.concat(json.data.groupList);
if( callback )callback( currentNames )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册