dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #16771
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6463: Including org unit group in add report table validation
------------------------------------------------------------
revno: 6463
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2012-04-02 12:17:14 +0200
message:
Including org unit group in add report table validation
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 2011-12-23 18:01:04 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/javascript/table.js 2012-04-02 10:17:14 +0000
@@ -75,7 +75,7 @@
return false;
}
- if ( !hasElements( "selectedOrganisationUnits" ) && !organisationUnitReportParamsChecked() )
+ if ( !hasElements( "selectedOrganisationUnits" ) && !hasElements( "selectedOrganisationUnitGroups" ) && !organisationUnitReportParamsChecked() )
{
setMessage( i18n_must_select_at_least_one_unit );