-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: allowPartialPeriodInterestCalculation #2217
base: master
Are you sure you want to change the base?
fix: allowPartialPeriodInterestCalculation #2217
Conversation
@rhopman Kindly rebase this PR. |
ab27409
to
295c474
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fix requires changes at the backend side as well, as this field has the typo there as well!
@adamsaghy good catch. I thought I checked for that but apparently I made a mistake. Let me look into this. The backend change would be breaking, so that would not be an easy fix. |
Yes, probably it would be recommended to announce in the Fineract DEV mail list this change! |
Due to a typo, the allowPartialPeriodInterestCalculation field was not processed correctly. Since the typo also occurs in some places in the Fineract API, the typo is re-introduced where needed.
295c474
to
85d5c1b
Compare
I did a bit more research. Although the typo is indeed also present in the Fineract backend, it doesn't appear everywhere in the API. I checked the following relevant API endpoints:
I think the cleanest solution is to fix the typo throughout the frontend, and then make small adjustments (with comments) whenever the typo needs to be re-introduced before sending it to the backend. @adamsaghy please review again. |
Description
Due to a typo, the allowPartialPeriodInterestCalculation field was not processed correctly.
Checklist
Please make sure these boxes are checked before submitting your pull request - thanks!
If you have multiple commits please combine them into one commit by squashing them.
Read and understood the contribution guidelines at
web-app/.github/CONTRIBUTING.md
.