diff --git a/js/app/models/LocalParamNode.js b/js/app/models/LocalParamNode.js index 60f3848..9b95a0a 100644 --- a/js/app/models/LocalParamNode.js +++ b/js/app/models/LocalParamNode.js @@ -154,17 +154,16 @@ Ext.define('amdaModel.LocalParamNode', this.createDownload(this); break; case 'leaf-createDerivedParam': - if (!this.get('notyet')) + if (!this.get('disable')) this.createLeaf(this); - else - myDesktopApp.warningMsg("Sorry! access to this parameter is restricted"); +// else +// myDesktopApp.warningMsg("Sorry! access to this parameter is restricted"); break; case 'leaf-createAlias': - if (!this.get('notyet')) + if (!this.get('disable')) this.createAlias(this); - else - myDesktopApp.warningMsg("Sorry! access to this parameter is restricted"); - +// else +// myDesktopApp.warningMsg("Sorry! access to this parameter is restricted"); break; case 'miss-epnTap': this.displayEpnTap(); -- libgit2 0.21.2