dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #27141
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13462: Approval, ui fix
------------------------------------------------------------
revno: 13462
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2013-12-29 16:22:01 +0100
message:
Approval, ui fix
modified:
dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/javascript/dataSetReport.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/dataSetReport.js'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/javascript/dataSetReport.js 2013-12-28 15:41:14 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/javascript/dataSetReport.js 2013-12-29 15:22:01 +0000
@@ -263,7 +263,7 @@
"&pe=" + dataSetReport.pe +
"&ou=" + dataSetReport.ou;
- if ( dataSetReport.cc && dataSetReport.cc.length > 0 ) {
+ if ( dataSetReport.cc && dataSetReport.cp && dataSetReport.cp.length > 0 ) {
url += "&cc=" + dataSetReport.cc;
url += "&cp=";