dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #06453
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2053: Fixed bug 583205
------------------------------------------------------------
revno: 2053
committer: Lars <larshelg@larshelg-laptop>
branch nick: trunk
timestamp: Tue 2010-06-29 09:47:39 +0200
message:
Fixed bug 583205
modified:
dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/organisationunit/OrganisationUnitGroupSetDeletionHandler.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-services/dhis-service-core/src/main/java/org/hisp/dhis/organisationunit/OrganisationUnitGroupSetDeletionHandler.java'
--- dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/organisationunit/OrganisationUnitGroupSetDeletionHandler.java 2010-04-12 21:23:33 +0000
+++ dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/organisationunit/OrganisationUnitGroupSetDeletionHandler.java 2010-06-29 07:47:39 +0000
@@ -62,7 +62,7 @@
{
for ( OrganisationUnitGroupSet groupSet : organisationUnitGroupService.getAllOrganisationUnitGroupSets() )
{
- if ( groupSet.getOrganisationUnitGroups().remove( groupSet ) )
+ if ( groupSet.getOrganisationUnitGroups().remove( group ) )
{
organisationUnitGroupService.updateOrganisationUnitGroupSet( groupSet );
}