← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1177: Fix bug: Excel-report: Cannot show option combo for designing Category report.

 

------------------------------------------------------------
revno: 1177
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: trunk
timestamp: Tue 2009-12-08 10:48:43 +0700
message:
  Fix bug: Excel-report: Cannot show option combo for designing Category report.
modified:
  dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/reportItem.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/reportItem.js'
--- dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/reportItem.js	2009-12-07 09:08:23 +0000
+++ dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/reportItem.js	2009-12-08 03:48:43 +0000
@@ -542,7 +542,7 @@
 	setPositionCenter( 'category' );
 	enable("dataElementGroup_");
 	enable("availableDataElements_");
-	byId("availableDataElements_").onChange = function(e){getOptionCombos_()};
+	byId("availableDataElements_").onchange = function(e){getOptionCombos_()};
 	
 	showDivEffect();
 	$("#category").show();