dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #42287
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 21616: Adjusted cat combo isValid
------------------------------------------------------------
revno: 21616
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2016-01-06 13:12:21 +0100
message:
Adjusted cat combo isValid
modified:
dhis-2/dhis-api/src/main/java/org/hisp/dhis/dataelement/DataElementCategoryCombo.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/dataelement/DataElementCategoryCombo.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/dataelement/DataElementCategoryCombo.java 2016-01-04 02:27:49 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/dataelement/DataElementCategoryCombo.java 2016-01-06 12:12:21 +0000
@@ -111,7 +111,7 @@
*/
public boolean isValid()
{
- if ( categories == null || categories.isEmpty() || optionCombos == null || optionCombos.isEmpty() )
+ if ( categories == null || categories.isEmpty() )
{
return false;
}