------------------------------------------------------------
revno: 21616
committer: Lars Helge Overland <[email protected]>
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;
         }

_______________________________________________
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