------------------------------------------------------------
revno: 18416
committer: Lars Helge Overland <[email protected]>
branch nick: dhis2
timestamp: Wed 2015-02-25 17:35:09 +0100
message:
  Query item fix
modified:
  dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/QueryItem.java


--
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-api/src/main/java/org/hisp/dhis/common/QueryItem.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/QueryItem.java	2015-02-25 15:59:31 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/QueryItem.java	2015-02-25 16:35:09 +0000
@@ -111,7 +111,7 @@
     
     public boolean isNumeric()
     {
-        return Double.class.equals( getTypeAsString() );
+        return Double.class.equals( ObjectUtils.VALUE_TYPE_JAVA_CLASS_MAP.get( valueType ) );
     }
     
     public boolean hasFilter()

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to