Commit b3cf9710901b765d6cdf73f4b91e3c2af623953c

Authored by Elena.Budnik
1 parent 146c5079

download : args for templated params and spectra

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
js/app/views/DownloadUI.js
@@ -121,8 +121,8 @@ Ext.define('amdaUI.DownloadUI', { @@ -121,8 +121,8 @@ Ext.define('amdaUI.DownloadUI', {
121 var pos = this.paramGrid.store.getCount(); 121 var pos = this.paramGrid.store.getCount();
122 this.paramGrid.store.insert(pos,r); 122 this.paramGrid.store.insert(pos,r);
123 this.paramGrid.getView().refresh(); 123 this.paramGrid.getView().refresh();
124 - //if (!isLeaf || needArgs)  
125 - // this.editParameterArgs(r); 124 + if (needArgs)
  125 + this.editParameterArgs(r);
126 }, 126 },
127 127
128 addParams: function(arrayParams) 128 addParams: function(arrayParams)