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 75837a6c8b10c536525c64647a970688bf8e4ea1
Merge: 5f2964b 6fa91bd
Author: Aman-Mittal <[email protected]>
AuthorDate: Sat Aug 1 20:46:56 2026 +0530

    Merge pull request #176 from Aman-Mittal/chore/change-detection-guardrails
    
    Fix change detection issues and improve error reporting in forms

 .github/workflows/ci.yml                           |   4 +-
 .prettierignore                                    |   3 +
 e2e/all-functions-read-shortcut.spec.ts            |   2 +-
 e2e/client.spec.ts                                 |   2 +-
 e2e/e2e-journey.spec.ts                            |   2 +-
 e2e/feature-coverage.spec.ts                       |  31 +-
 e2e/fixtures.ts                                    | 133 +++++++
 e2e/full-demo.spec.ts                              |   2 +-
 e2e/functional-coverage.spec.ts                    |   2 +-
 e2e/list-pagination.spec.ts                        |   2 +-
 e2e/loan-account-actions.spec.ts                   |   2 +-
 e2e/loan-lifecycle.spec.ts                         |   2 +-
 e2e/loan-schedule-type.spec.ts                     |   2 +-
 e2e/loan-servicing.spec.ts                         |   2 +-
 e2e/login.spec.ts                                  |   2 +-
 e2e/rbac-feature-flag.spec.ts                      |   2 +-
 e2e/report-enhancements.spec.ts                    |   2 +-
 e2e/reporting.spec.ts                              |   2 +-
 eslint-suppressions.json                           | 414 +++++++++++++++++++++
 eslint.config.js                                   |  34 +-
 package.json                                       |   3 +-
 scripts/check-license.sh                           |   5 +-
 src/app/app.config.ts                              |  12 +
 .../accounting-closure-form.component.ts           |   8 +-
 .../funds/funds-list.component.spec.ts             |   2 +-
 .../organization/funds/funds-list.component.ts     |  10 +-
 .../offices/office-form.component.spec.ts          |  35 ++
 .../organization/offices/office-form.component.ts  |   8 +-
 .../payment-types-list.component.spec.ts           |   2 +-
 .../payment-types/payment-types-list.component.ts  |  10 +-
 .../features/settings/working-days.component.ts    | 129 ++++---
 src/app/features/tellers/teller-form.component.ts  |   8 +-
 .../create-office-dialog.component.spec.ts         |   2 +-
 .../create-office-dialog.component.ts              |   8 +-
 src/app/testing/render.ts                          | 100 +++++
 35 files changed, 883 insertions(+), 106 deletions(-)

Reply via email to