dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #22812
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11089: (GIS) Relative path bug fixed.
Merge authors:
Jan Henrik Øverland (janhenrik-overland)
------------------------------------------------------------
revno: 11089 [merge]
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2013-05-29 18:32:49 +0200
message:
(GIS) Relative path bug fixed.
modified:
dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/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-mapping/src/main/webapp/dhis-web-mapping/app/scripts/app.js'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/app.js 2013-05-27 17:27:24 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/app.js 2013-05-29 16:31:40 +0000
@@ -3582,7 +3582,7 @@
this.setProxy({
type: 'ajax',
- url: gis.conf.url.path_api + path,
+ url: gis.baseUrl + gis.conf.url.path_api + path,
reader: {
type: 'json',
root: 'dataElements'