Commit d0a99d97af916fbc090ed69dfbd84db76e6cb4c7
1 parent
f965628c
Exists in
master
and in
111 other branches
interdit drag-drop remoteParam
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
js/app/views/ExplorerUI.js
... | ... | @@ -353,7 +353,9 @@ Ext.define('amdaUI.ExplorerUI', { |
353 | 353 | switch (targetNode.data.nodeType) |
354 | 354 | { |
355 | 355 | case 'localParam' : |
356 | - case 'myData' : | |
356 | + case 'remoteParam' : | |
357 | + case 'remoteSimuParam' : | |
358 | + case 'myData' : | |
357 | 359 | return false; |
358 | 360 | default : |
359 | 361 | if (draggedRecord.data.id == targetNode.data.nodeType+'-treeRootNode') | ... | ... |