diff --git a/js/app/views/PlotComponents/PlotStandardForm.js b/js/app/views/PlotComponents/PlotStandardForm.js index 6755898..5d31318 100644 --- a/js/app/views/PlotComponents/PlotStandardForm.js +++ b/js/app/views/PlotComponents/PlotStandardForm.js @@ -361,6 +361,7 @@ Ext.define('amdaPlotComp.PlotStandardForm', { field.setValue("#" + selectedRecord.get('text')); return true; case 'amdaModel.DerivedParamNode': + case 'amdaModel.DerivedParamComponentNode': if (!selectedRecord.isLeaf()) return false; field.setValue("ws_" + selectedRecord.get('text')); -- libgit2 0.21.2