Commit fadfa36dec9c7f56d549009d8b743e6165c14563
Exists in
test-merge
Merge branch 'amdadev' into test-merge
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
js/app/views/PlotComponents/PlotStandardForm.js
... | ... | @@ -361,6 +361,7 @@ Ext.define('amdaPlotComp.PlotStandardForm', { |
361 | 361 | field.setValue("#" + selectedRecord.get('text')); |
362 | 362 | return true; |
363 | 363 | case 'amdaModel.DerivedParamNode': |
364 | + case 'amdaModel.DerivedParamComponentNode': | |
364 | 365 | if (!selectedRecord.isLeaf()) |
365 | 366 | return false; |
366 | 367 | field.setValue("ws_" + selectedRecord.get('text')); |
... | ... |