russlan23 opened a new pull request, #344:
URL: https://github.com/apache/fineract-backoffice-ui/pull/344

   ## What and why
   
   Replace the four manual array-to-Date round trips in the `loans` feature 
directory with the existing `formatArrayDate` helper. Existing missing-date 
guards remain in place, and the guarantor fallback for non-array dates is 
unchanged.
   
   Part of #257.
   
   ## Verification
   
   - `npm test -- --watch=false --browsers=ChromeHeadless --progress=false` 
(930 tests)
   - `npm run build`
   - `npm run lint`
   - `npm run format:check`
   - `npm run i18n:check`
   - `npm run check:icons`
   - `bash scripts/check-license.sh`
   - `npm audit --audit-level=high --omit=dev`
   - `git diff --check`
   
   `npm run api:surface` still reports the 16 manifest omissions already 
present on current `main`; none is in the three files changed here.
   
   ## 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 for generated 
API interaction. (No new component or service code.)
   - [x] User-facing strings use translation keys. (No user-facing strings 
changed.)
   - [x] I added or updated tests appropriate to the change. (Existing date 
formatter coverage plus the full 930-test suite; no new behavior.)
   - [x] UI workflow changes include suitable e2e coverage. (No UI workflow 
changed.)
   - [x] Commits are signed.
   


-- 
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]

Reply via email to