You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by viswaramamoorthy <gi...@git.apache.org> on 2018/02/25 20:40:50 UTC

[GitHub] fineract pull request #446: FINERACT-546 - remove group from center fix

GitHub user viswaramamoorthy opened a pull request:

    https://github.com/apache/fineract/pull/446

    FINERACT-546 - remove group from center fix

    1. Center from which group being disassociated is really stored as parent of the group. Introduced a parent check method to fix disassociation of groups
    
    2. Originally disassociateGroups command was returning result as 'clientMembers' - assuming this is typo. Fixed to return result as groupMembers
    3. Updated test case CenterIntegrationTest to validate

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/viswaramamoorthy/fineract FINERACT-546-rm-group-from-center-fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/fineract/pull/446.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #446
    
----
commit 93ee044b5f1fd6b70500b4ef8de142e954df69b7
Author: Viswa Ramamoorthy <vi...@...>
Date:   2018-02-25T20:31:53Z

    1. Center from which group being disassociated is really stored as parent of the group. Introduced a parent check method to fix disassociation of groups
    2. Originally disassociateGroups command was returning result as 'clientMembers' - assuming this is typo. Fixed to return result as groupMembers
    3. Updated test case CenterIntegrationTest to validate

----


---