dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #22545
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 10859: (GIS) Legend start/end value fix.
------------------------------------------------------------
revno: 10859
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2013-05-16 10:50:13 +0200
message:
(GIS) Legend start/end value fix.
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-09 22:00:56 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/app.js 2013-05-16 08:50:13 +0000
@@ -2589,7 +2589,7 @@
startValue = Ext.create('Ext.form.field.Number', {
width: 153,
height: 23,
- allowDecimals: false,
+ allowDecimals: true,
fieldStyle: 'padding-left: 6px; border-radius: 1px',
value: 0
});
@@ -2597,7 +2597,7 @@
endValue = Ext.create('Ext.form.field.Number', {
width: 154,
height: 23,
- allowDecimals: false,
+ allowDecimals: true,
fieldStyle: 'padding-left: 6px; border-radius: 1px',
value: 0,
style: 'padding-left: 3px'