dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #35080
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 18003: Added string yo aggregateble data element types
------------------------------------------------------------
revno: 18003
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2015-01-15 15:48:27 +0100
message:
Added string yo aggregateble data element types
modified:
dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/filter/AggregatableDataElementFilter.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-support/dhis-support-system/src/main/java/org/hisp/dhis/system/filter/AggregatableDataElementFilter.java'
--- dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/filter/AggregatableDataElementFilter.java 2014-10-16 06:17:19 +0000
+++ dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/filter/AggregatableDataElementFilter.java 2015-01-15 14:48:27 +0000
@@ -49,6 +49,7 @@
types = new HashSet<>();
types.add( DataElement.VALUE_TYPE_BOOL );
types.add( DataElement.VALUE_TYPE_INT );
+ types.add( DataElement.VALUE_TYPE_STRING );
}
@Override