@Tanishq Bhakar has joined the channel
Channels / #fineract / 2026-01-06
#fineract 2026-01-06
Tue 19:02Shiv Deshpande
Hi everyone,
I have submitted a PR to fix *FINERACT-2320*. Currently, if the `LOAN_COB` job is disabled via configuration, the `/loans/is-catch-up-running` endpoint throws a 403 error, causing the "Manage Jobs" UI to break.
The Fix: As suggested in the JIRA comments, I updated the API to handle the missing service gracefully. It now returns `200 OK` with `false` instead of throwing an exception.
Links:
Could I get the workflows approved? Thanks in advance for the review!
I have submitted a PR to fix *FINERACT-2320*. Currently, if the `LOAN_COB` job is disabled via configuration, the `/loans/is-catch-up-running` endpoint throws a 403 error, causing the "Manage Jobs" UI to break.
The Fix: As suggested in the JIRA comments, I updated the API to handle the missing service gracefully. It now returns `200 OK` with `false` instead of throwing an exception.
Links:
Could I get the workflows approved? Thanks in advance for the review!
Check the comments in the PR please
Thank you for the feedback @Victor Romero, I have fixed and pushed the fixes, please have a look.
https://github.com/apache/fineract/pull/5291
https://github.com/apache/fineract/pull/5291
Hey @Victor Romero, I saw that one of the checks is failing, just after I removed the comment from the code. May I have some insights from you so that I can look into it, as it was passing before? I am a bit confused, help would be appreciated.