← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15121: Removing setAutoFields() from DataElementOperand, breaks the whole analysis solution

 

------------------------------------------------------------
revno: 15121
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2014-04-30 10:57:32 +0200
message:
  Removing setAutoFields() from DataElementOperand, breaks the whole analysis solution
modified:
  dhis-2/dhis-api/src/main/java/org/hisp/dhis/dataelement/DataElementOperand.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/DataElementOperand.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/dataelement/DataElementOperand.java	2014-04-25 11:22:12 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/dataelement/DataElementOperand.java	2014-04-30 08:57:32 +0000
@@ -109,7 +109,6 @@
 
     public DataElementOperand()
     {
-        setAutoFields();
     }
 
     public DataElementOperand( DataElement dataElement, DataElementCategoryOptionCombo categoryOptionCombo )