dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #24565
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 12067: (DV) Url bug fixed.
------------------------------------------------------------
revno: 12067
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2013-09-12 19:17:45 +0300
message:
(DV) Url bug fixed.
modified:
dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/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-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/app.js'
--- dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/app.js 2013-09-10 11:22:22 +0000
+++ dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/app.js 2013-09-12 16:17:45 +0000
@@ -470,7 +470,7 @@
this.setProxy({
type: 'ajax',
- url: conf.finals.ajax.path_api + path,
+ url: init.contextPath + conf.finals.ajax.path_api + path,
reader: {
type: 'json',
root: 'dataElements'