This is an automated email from the ASF dual-hosted git repository. Aman-Mittal pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
commit 4c8848319c590aa2c53699c352eb56287d6d2adf Merge: 6177ecd 4d89096 Author: Aman-Mittal <[email protected]> AuthorDate: Sat Aug 8 21:57:39 2026 +0530 Merge pull request #267 from Aman-Mittal/feat/loan-servicing-gaps feat(loans): undo approval, and surface the loan data the screen currently drops e2e/loan-lifecycle.spec.ts | 72 ++++++ e2e/loan-servicing-gaps.spec.ts | 284 +++++++++++++++++++++ .../loans/loan-transaction-form.component.ts | 2 + .../loan-undo-approval-dialog.component.spec.ts | 74 ++++++ .../loans/loan-undo-approval-dialog.component.ts | 101 ++++++++ src/app/features/loans/loan-view.component.ts | 141 ++++++++++ .../tabs/loan-delinquency-tab.component.spec.ts | 105 ++++++++ .../loans/tabs/loan-delinquency-tab.component.ts | 186 ++++++++++++++ .../loans/tabs/loan-originators-tab.component.ts | 52 ++++ .../loans/tabs/loan-overdue-charge.model.ts | 37 +++ .../tabs/loan-overdue-charges-tab.component.ts | 63 +++++ .../loan-standing-instructions-tab.component.ts | 149 +++++++++++ .../tabs/loan-term-variations-tab.component.ts | 63 +++++ src/assets/i18n/en.json | 40 ++- 14 files changed, 1367 insertions(+), 2 deletions(-)
