Commit 5a4eed992fc9e62ab8ac65dc9d71de27f93a1714
1 parent
e1ff368e
Exists in
master
and in
63 other branches
Split param components (#10317)
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')); |
... | ... |