|
|
@@ -13,7 +13,7 @@ MWF.xApplication.service.ServiceManager.InvokeExplorer = new Class({
|
|
|
}
|
|
|
},
|
|
|
createCreateElementNode: function(){
|
|
|
- if( MWF.AC.isAdministrator() ) {
|
|
|
+ if( MWF.AC.isServiceManager() ) {
|
|
|
this.createElementNode = new Element("div", {
|
|
|
"styles": this.css.createElementNode,
|
|
|
"title": this.options.tooltip.create
|
|
|
@@ -41,7 +41,7 @@ MWF.xApplication.service.ServiceManager.InvokeExplorer = new Class({
|
|
|
this.app.desktop.openApplication(e, "service.InvokeDesigner", options);
|
|
|
},
|
|
|
loadElementList: function(){
|
|
|
- if( MWF.AC.isAdministrator() ){
|
|
|
+ if( MWF.AC.isServiceManager() ){
|
|
|
this._loadItemDataList(function(json){
|
|
|
if (json.data.length){
|
|
|
json.data.each(function(item){
|