ltyfulan9 opened a new pull request, #340: URL: https://github.com/apache/fineract-backoffice-ui/pull/340
## What and why Replace the manual Fineract array-date conversion in the standing instruction form with the existing `formatArrayDate` helper. This covers the `transfers` feature-directory portion of #257 and leaves the existing `validTill` handling unchanged. Closes #257 ## Verification - `npm test -- --watch=false --include=src/app/features/transfers/standing-instruction-form.component.spec.ts` (5 tests) - `npm test -- --watch=false` (896 tests) - `npm run lint` - `npm run format:check` - `npm run build` - `npm run check:icons` - `npm run i18n:check` - `./scripts/check-license.sh` - `./scripts/verify-signed-commits.sh --base-ref fork/main --head-ref HEAD --strict` ## Screenshots Not applicable; this is a behavior-preserving date-formatting refactor. ## Checklist - [x] I did not hand-edit generated files under `src/app/api/`. - [x] New component or service code uses the adapter boundary in `src/app/core/adapters/` instead of direct browser globals or imperative third-party APIs. No new component or service code was added. - [x] User-facing strings use translation keys. No user-facing strings changed. - [x] I added or updated tests appropriate to this change. - [x] UI workflow changes include suitable e2e coverage, including real-backend testing where relevant. No UI workflow changed. - [x] Commits are signed - see [Commit Signing](CONTRIBUTING.md#commit-signing) in CONTRIBUTING.md. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
