dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #16862
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6533: Minor fix
------------------------------------------------------------
revno: 6533
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2012-04-10 15:20:37 +0200
message:
Minor fix
modified:
dhis-2/dhis-api/src/main/java/org/hisp/dhis/indicator/IndicatorGroup.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/indicator/IndicatorGroup.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/indicator/IndicatorGroup.java 2012-03-27 20:10:41 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/indicator/IndicatorGroup.java 2012-04-10 13:20:37 +0000
@@ -77,7 +77,7 @@
public void addIndicator( Indicator indicator )
{
members.add( indicator );
- indicator.getGroups().remove( this );
+ indicator.getGroups().add( this );
}
public void removeIndicator( Indicator indicator )