dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #17838
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7260: regression bugfix
------------------------------------------------------------
revno: 7260
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2012-06-10 18:27:52 +0300
message:
regression bugfix
modified:
dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/javascript/table.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-reporting/src/main/webapp/dhis-web-reporting/javascript/table.js'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/javascript/table.js 2012-04-07 14:06:33 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/javascript/table.js 2012-06-10 15:27:52 +0000
@@ -60,7 +60,7 @@
function validateCollections()
{
- if ( isChecked( "regression" ) && document.getElementById( "selectedOrganisationUnits" ).options.length > 1 )
+ if ( isChecked( "regression" ) && selectionTreeSelection.getSelected().length > 1 )
{
setMessage( i18n_cannot_include_more_organisation_unit_regression );