GitHub user rossmcewan opened a pull request:
https://github.com/apache/fineract/pull/416
Undoing a transaction on savings account didn't set resource id correctly
When performing an undo transaction on a savings account, the resource id
was set to the savings account itself, and not the transaction that was being
reversed. This meant that in processes that depended on this value being set
correctly, such as webhooks, it was impossible to determine the affected
transaction.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/GetWala/fineract develop
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/fineract/pull/416.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 #416
----
commit 0c9c4e8434f42a08a3a52d0807519c7791289617
Author: Ross McEwan <[email protected]>
Date: 2017-10-16T13:57:53Z
entityId should be the transaction id that was reversed
----
---