dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #42466
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 21709: GIS fav bug fix.
------------------------------------------------------------
revno: 21709
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2016-01-13 11:04:35 +0100
message:
GIS fav bug 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 2016-01-13 09:08:11 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-mapping/scripts/app.js 2016-01-13 10:04:35 +0000
@@ -2972,6 +2972,7 @@
// remove
delete view.periodType;
+ delete view.dataDimensionItems;
views.push(view);
}