Berserk-hub150 opened a new pull request, #345:
URL: https://github.com/apache/fineract-backoffice-ui/pull/345

   ## What and why
   
   Replace the manual Fineract array-date -> JavaScript `Date` -> ISO round 
trip in the `products` feature directory with the existing `formatArrayDate` 
helper.
   
   This keeps the change scoped to `products/`, as requested by #257, and 
removes the repeated month-offset conversion from 
`savings-account-form.component.ts`.
   
   Part of #257.
   
   ## Verification
   
   - PASS: `prettier --check 
src/app/features/products/savings-account-form.component.ts`
   - PASS: `npm run lint`
   - PASS: `npm test -- --watch=false`
   - PASS: `npm run build`
   - PASS: `npm run check:icons`
   - PASS: `npm run i18n:check`
   - PASS: `git diff --check`
   
   ## Scope
   
   - `src/app/features/products/savings-account-form.component.ts`
   - No changes to `toLocaleDateString()` sites
   - No changes outside the `products/` feature directory


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