Commit 37f1898ed11df40964888513a130cb7c6eff93a3
1 parent
67a496e8
Exists in
master
and in
103 other branches
correct Download for MyData
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
js/app/views/DownloadUI.js
... | ... | @@ -459,6 +459,7 @@ Ext.define('amdaUI.DownloadUI', { |
459 | 459 | } |
460 | 460 | break; |
461 | 461 | case 'alias' : |
462 | + // console.log(data.records[0].data); | |
462 | 463 | idToSent = "#" + data.records[0].get('text'); |
463 | 464 | break; |
464 | 465 | case 'derivedParam' : |
... | ... | @@ -481,7 +482,7 @@ Ext.define('amdaUI.DownloadUI', { |
481 | 482 | } |
482 | 483 | break; |
483 | 484 | case 'myDataParam' : |
484 | - idToSent = "ws_" + data.records[0].get('text'); | |
485 | + idToSent = "wsd_" + data.records[0].get('text'); | |
485 | 486 | break; |
486 | 487 | default : |
487 | 488 | return false; | ... | ... |