diff --git a/o2web/source/x_component_process_ApplicationExplorer/Main.js b/o2web/source/x_component_process_ApplicationExplorer/Main.js index ff03470055f0218b225bd11d807b0fc13fadfae6..c03a2d50df4e8cbb2a6c1e1213c57ce5d53270b6 100644 --- a/o2web/source/x_component_process_ApplicationExplorer/Main.js +++ b/o2web/source/x_component_process_ApplicationExplorer/Main.js @@ -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; },