dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #40247
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 20388: GIS minor fix.
------------------------------------------------------------
revno: 20388
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2015-09-28 14:56:16 +0300
message:
GIS minor fix.
modified:
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-mapping/scripts/app.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-apps/src/main/webapp/dhis-web-mapping/scripts/app.js'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-mapping/scripts/app.js 2015-09-28 11:25:26 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-mapping/scripts/app.js 2015-09-28 11:56:16 +0000
@@ -2716,6 +2716,9 @@
// add
view.layer = layer.id;
+ // remove
+ delete view.dataDimensionItems;
+
views.push(view);
}