This is an automated email from the ASF dual-hosted git repository.
Aman-Mittal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
from f7fc740 Merge pull request #365 from
opensource-joe/a11y/icon-button-names
add f166c09 test(interop): cover health check states
add 301ba8e refactor(organization): use formatArrayDate helper
add 1baa651 fix(charges): show load errors and retry
add d06d2e3 refactor(products): use formatArrayDate helper
add b800028 fix(ux): replace native confirm on accounting, organization
and working-capital deletes
new f1fd543 Merge pull request #389 from
Aman-Mittal/chore/unsigned-pr-rollup
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../charges/charges-list.component.spec.ts | 94 +++++++++++++++++++
.../accounting/charges/charges-list.component.ts | 13 ++-
.../provisioning-categories-list.component.spec.ts | 15 ++-
.../provisioning-categories-list.component.ts | 26 ++++--
.../provisioning-criteria-list.component.spec.ts | 15 ++-
.../provisioning-criteria-list.component.ts | 26 ++++--
.../interop/interop-health.component.spec.ts | 97 ++++++++++++++++++++
.../account-number-formats-list.component.spec.ts | 102 +++++++++++++++++++++
.../account-number-formats-list.component.ts | 38 +++++---
.../offices/office-form.component.spec.ts | 6 +-
.../organization/offices/office-form.component.ts | 7 +-
.../staff/staff-form.component.spec.ts | 12 +++
.../organization/staff/staff-form.component.ts | 4 +-
.../products/savings-account-form.component.ts | 5 +-
.../breach/wc-breach-list.component.spec.ts | 15 ++-
.../breach/wc-breach-list.component.ts | 24 +++--
.../wc-loan-products-list.component.spec.ts | 15 ++-
.../wc-loan-products-list.component.ts | 24 +++--
.../wc-near-breach-list.component.spec.ts | 17 +++-
.../near-breach/wc-near-breach-list.component.ts | 24 +++--
src/assets/i18n/en.json | 24 +++--
21 files changed, 523 insertions(+), 80 deletions(-)
create mode 100644
src/app/features/accounting/charges/charges-list.component.spec.ts
create mode 100644 src/app/features/interop/interop-health.component.spec.ts
create mode 100644
src/app/features/organization/account-number-formats/account-number-formats-list.component.spec.ts