Github user Ippezrobert commented on the issue:
https://github.com/apache/fineract/pull/341
_final String note =
this.fromApiJsonHelper.extractStringNamed(noteParamName, element);
baseDataValidator.reset().parameter(noteParamName).value(note).notExceedingLengthOf(1000);_
Because i tried the above PR locally here but doesn't work still throws
error below from Web App
_field is required
The parameter `note` has been passed and is not supported for this
request._
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---