Open Gurinderkaur opened 7 years ago
@mbj36 @edcable Can I work on this issue ?
Sure @luckyman000786
@mbj36 @edcable I am trying to make a API Request but it is getting an empty response. Can you tell me what wrong thing I am doing in this request ?
I think this issue should be created in Apache Fineract repository.
@santoshconflux can you confirm this issue is for the community-app and not Fineract?
@luckyman20 If this is still a Fineract issue, could you create an appropriate ticket there and then we'll close this one out and link to that one.
@edcable First of all, the Destination Group
field should be auto-complete. Plus, when I click on the Submit
button, it sends a GET request, which fetches the information of the group mentioned in the Destination Group
field, which is incorrect. It can be fixed by setting the Destination Group
field to auto-complete, which has all groups (except the group from which we are transferring).
We should ideally use this POST request to transfer clients.
I am already opting out, so if any volunteer wants to pick this, please feel free to take this issue.
Transfer Clients between Groups
1.From the list of existing groups, navigate to the group you want to transfer clients from.
2.In the Group page, click on Transfer Clients tab. 3.Select the desired clients and click on ">>" button and select the destination group. 4.Click on submit button to transfer the clients to destination group.
Here, the API URL:-
Gives STATUS CODE:- OK but the response is empty [ ].