提交 17a7b1af 编写于 作者: NoSubject's avatar NoSubject

Merge branch 'fix/checkManage2' into 'develop'

Fix/check manage2【数据中心】修复数据中心打开报错问题

See merge request o2oa/o2oa!428
......@@ -623,7 +623,7 @@ MWF.xApplication.process.ApplicationExplorer.Application = new Class({
checkManage: function(){
if (this.app.control.canManage) return true;
if (this.app.control.canCreate && (this.data.creatorPerson==layout.desktop.session.user.name)) return true;
if (this.data.controllerList.indexOf(layout.desktop.session.user.distinguishedName)!==-1) return true;
//if (this.data.controllerList.indexOf(layout.desktop.session.user.distinguishedName)!==-1) return true;
return false;
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册