Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 080e0fd

Browse files
committed
Merge branch '0914-DownloadSelectedItemsBug-zach_mullen'
* 0914-DownloadSelectedItemsBug-zach_mullen: BUG: refs #914. Fix ability to download checked items
2 parents 0e28a39 + 28288ae commit 080e0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/public/js/common/common.browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ midas.genericCallbackCheckboxes = function(node) {
128128
}, function (text) {
129129
var retVal = $.parseJSON(text);
130130
if(retVal.action == 'download') {
131-
window.location = json.global.webroot+'/download?folders='+folders;
131+
window.location = json.global.webroot+'/download?folders='+folders+'&items='+items;
132132
}
133133
else if(retVal.action == 'promptApplet') {
134134
midas.promptDownloadApplet(arraySelected['folders'].join(','),

0 commit comments

Comments
 (0)