Commit ddc58615c1cf48add8eb3aad17b1b1148eb57095
1 parent
c5ef1a5d
Exists in
master
and in
96 other branches
dblclick => createPlot
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/app/views/ExplorerUI.js
... | ... | @@ -597,7 +597,7 @@ Ext.define('amdaUI.ExplorerUI', { |
597 | 597 | case 'localParam' : |
598 | 598 | case 'remoteParam': |
599 | 599 | case 'remoteSimuParam': |
600 | - record.createAlias(record); | |
600 | + record.createPlot(record); | |
601 | 601 | break; |
602 | 602 | case 'bkgWorks' : |
603 | 603 | if (!record.get('object')) { |
... | ... |