dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #06294
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1981: Fixed bug related to dimensional report table gui
------------------------------------------------------------
revno: 1981
committer: Lars <larshelg@larshelg-laptop>
branch nick: trunk
timestamp: Wed 2010-06-09 14:34:12 +0200
message:
Fixed bug related to dimensional report table gui
modified:
dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addTableForm.vm
--
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-reporting/src/main/webapp/dhis-web-reporting/addTableForm.vm'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addTableForm.vm 2009-12-17 07:33:46 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addTableForm.vm 2010-06-09 12:34:12 +0000
@@ -417,6 +417,7 @@
#if ( $dimension )
<script type="text/javascript">
+ document.getElementById( "doIndicators" ).checked = true;
document.getElementById( "doIndicators" ).disabled = true;
document.getElementById( "doOrganisationUnits" ).disabled = true;
document.getElementById( "doPeriods" ).disabled = true;