diff --git a/js/app/views/DownloadUI.js b/js/app/views/DownloadUI.js index a496a11..d389a02 100644 --- a/js/app/views/DownloadUI.js +++ b/js/app/views/DownloadUI.js @@ -121,8 +121,8 @@ Ext.define('amdaUI.DownloadUI', { var pos = this.paramGrid.store.getCount(); this.paramGrid.store.insert(pos,r); this.paramGrid.getView().refresh(); - //if (!isLeaf || needArgs) - // this.editParameterArgs(r); + if (needArgs) + this.editParameterArgs(r); }, addParams: function(arrayParams) -- libgit2 0.21.2