From b3cf9710901b765d6cdf73f4b91e3c2af623953c Mon Sep 17 00:00:00 2001 From: Elena.Budnik Date: Wed, 16 Jan 2019 13:16:40 +0100 Subject: [PATCH] download : args for templated params and spectra --- js/app/views/DownloadUI.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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