dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #02766
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 916: fix bug: Cannot generate Excel File
------------------------------------------------------------
revno: 916
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: trunk
timestamp: Wed 2009-10-28 15:34:55 +0700
message:
fix bug: Cannot generate Excel File
modified:
dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/export.js
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.
=== modified file 'dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/export.js'
--- dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/export.js 2009-10-12 09:32:38 +0000
+++ dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/export.js 2009-10-28 08:34:55 +0000
@@ -60,7 +60,7 @@
reportId:$('#report').val(),
periodId:$('#period').val()
},function(data){
- window.location = "downloadExcelOutput.action";
+ window.location = "downloadFile.action";
deleteDivEffect();
$("#loading").hide();
},'xml');
@@ -75,7 +75,7 @@
periodId:$('#period').val(),
organisationGroupId: byId('availableOrgunitGroups').value
},function(data){
- window.location = "downloadExcelOutput.action";
+ window.location = "downloadFile.action";
deleteDivEffect();
$("#loading").hide();
},'xml');