dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #22782
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11059: (PT) Dx bug fixed.
Merge authors:
Jan Henrik Øverland (janhenrik-overland)
------------------------------------------------------------
revno: 11059 [merge]
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2013-05-28 19:25:32 +0200
message:
(PT) Dx bug fixed.
modified:
dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/core.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-pivot/src/main/webapp/dhis-web-pivot/app/scripts/core.js'
--- dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/core.js 2013-05-28 16:49:29 +0000
+++ dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/core.js 2013-05-28 17:22:23 +0000
@@ -818,7 +818,6 @@
isUserOrgunitChildren = xOuDimension && Ext.Array.contains(xOuDimension.ids, 'USER_ORGUNIT_CHILDREN'),
co = dimConf.category.objectName,
ou = dimConf.organisationUnit.objectName,
-
layout;
// Set items from init/metaData/xLayout
@@ -850,7 +849,7 @@
}
// Items: get items from xLayout
else {
- dim.items = Ext.clone(xLayout.dimensionNameItemsMap[dim.dimensionName]);
+ dim.items = Ext.clone(xLayout.objectNameItemsMap[dim.objectName]);
}
}
}