dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #37577
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 19190: Pivot table, removed part of approval level label
------------------------------------------------------------
revno: 19190
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2015-05-27 15:35:03 -0400
message:
Pivot table, removed part of approval level label
modified:
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/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-pivot/scripts/app.js'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/scripts/app.js 2015-05-27 13:46:35 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/scripts/app.js 2015-05-27 19:35:03 +0000
@@ -615,7 +615,7 @@
for (var i = 0; i < levels.length; i++) {
data.push({
id: levels[i].id,
- name: 'Data approved at ' + levels[i].name
+ name: levels[i].name
});
}