Index: lams_central/web/questions/importExport.jsp =================================================================== diff -u -reeb3704ecdb0336167f7d6f4845bc5390f652023 -r99d2b23140678283fd284b18e7aeeb24d93e0534 --- lams_central/web/questions/importExport.jsp (.../importExport.jsp) (revision eeb3704ecdb0336167f7d6f4845bc5390f652023) +++ lams_central/web/questions/importExport.jsp (.../importExport.jsp) (revision 99d2b23140678283fd284b18e7aeeb24d93e0534) @@ -10,7 +10,7 @@ var form = $($.parseHTML(formHTML)); $.ajax({ type: "POST", - url: '?contentFolderID=${contentFolderID}', + url: '?contentFolderID=${contentFolderID}&collectionUid={collectionUid}', data: form.serializeArray(), success: function(response) { //$(questionListTargetDiv).html(response); @@ -20,7 +20,7 @@ function exportQTI(){ var frame = document.getElementById("downloadFileDummyIframe"); - frame.src = '?collectionUid=${collectionUid}'; + frame.src = '?collectionUid=${collectionUid}'; }