16 lines
693 B
Markdown
16 lines
693 B
Markdown
# F-092 — Implementer evidence
|
|
|
|
## Change
|
|
|
|
Moved the existing `Fecha de caducidad` date input in `project/apps/admin/src/features/products/components/ProductEditor.tsx` from the SEO tab section into the General tab section.
|
|
|
|
The same `expirationDate` state, `onChange` handler, load behavior, and save payload remain unchanged. The SEO tab no longer renders the field.
|
|
|
|
## Deployment validation
|
|
|
|
- Admin `npm run build` → exit 0
|
|
- Admin `npx tsc --noEmit` → exit 0
|
|
- Admin ESLint on `ProductEditor.tsx` → 0 errors (pre-existing warnings only)
|
|
- Admin restarted on port 3004 → HTTP 200
|
|
- Backend rebuilt/restarted so the existing brand and expiration serialization is live in `dist`.
|