dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #04363
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1445: (GIS) Orgunit assignment bug fixed.
------------------------------------------------------------
revno: 1445
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: trunk
timestamp: Wed 2010-02-17 17:28:26 +0100
message:
(GIS) Orgunit assignment bug fixed.
modified:
dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/resources/mapfish/widgets/geostat/Mapping.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-mapping/src/main/webapp/dhis-web-mapping/resources/mapfish/widgets/geostat/Mapping.js'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/resources/mapfish/widgets/geostat/Mapping.js 2010-02-16 17:59:00 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/resources/mapfish/widgets/geostat/Mapping.js 2010-02-17 16:28:26 +0000
@@ -381,7 +381,7 @@
Ext.Ajax.request({
url: path + 'addOrUpdateMapOrganisationUnitRelation' + type,
method: 'POST',
- params: { mapLayerPath:mlp, organisationUnitId:id, featureId:name },
+ params: { mapLayerPath:mlp, organisationUnitId:id, featureId:mapping.relation },
success: function( responseObject ) {
Ext.messageBlack.msg('Assign organisation units', msg_highlight_start + mapping.relation + msg_highlight_end + ' (map) assigned to ' + msg_highlight_start + name + msg_highlight_end + ' (database).');
Ext.getCmp('grid_gp').getStore().reload();