Commit 75b88c6d682d7e720ff0591b97af7e13014384ec
1 parent
2d2852a1
Exists in
master
and in
93 other branches
Anomalie #8248
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
js/app/views/ExplorerUI.js
... | ... | @@ -353,6 +353,8 @@ Ext.define('amdaUI.ExplorerUI', { |
353 | 353 | case 'remoteParam' : |
354 | 354 | case 'remoteSimuParam' : |
355 | 355 | case 'myData' : |
356 | + case 'sharedcatalog': | |
357 | + case ' sharedtimeTable': | |
356 | 358 | return false; |
357 | 359 | default : |
358 | 360 | if (draggedRecord.data.id == targetNode.data.nodeType+'-treeRootNode') |
... | ... |