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 a8c015ffb81126973353843f856c1fa8e1beb1c0 Merge: 10e5580 af51081 Author: Aman-Mittal <[email protected]> AuthorDate: Wed Jul 1 07:55:52 2026 +0530 Merge pull request #85 from Aman-Mittal/feature/correlation-id-interceptor feat(interceptors): add correlation ID interceptor to HTTP requests and Client User fixes package-lock.json | 725 +++++++++++++++++++-- src/app/app.config.ts | 10 +- .../correlation-id.interceptor.spec.ts | 78 +++ .../interceptors/correlation-id.interceptor.ts | 77 +++ .../clients/client-action-dialog.component.spec.ts | 9 +- .../clients/client-action-dialog.component.ts | 32 +- .../features/clients/client-view.component.spec.ts | 42 +- src/app/features/clients/client-view.component.ts | 106 ++- .../loans/collateral/collateral-form.component.ts | 3 +- .../features/security/users/user-form.component.ts | 9 +- src/assets/i18n/en.json | 3 +- 11 files changed, 1000 insertions(+), 94 deletions(-)
