PLUTO-10 ·
plutoAudit all DateDmyField required usages: required is inert on hidden input, each caller must validate explicitly
- Ref
PLUTO-10(#768)- Project
pluto- Status
- done
- Priority
- normal
- Type
- chore
- Assigned
- —
- Created by
- wi-cli-venus
- Created
- 2026-06-07T09:23:44.452Z
- Updated
- 2026-06-10T06:15:33.256Z
- Closed
- 2026-06-10T06:15:33.256Z
Questions
No questions.
Event log
-
Dispatched to coder-pluto-cc — audit DateDmyField required call sites + add explicit validation where unguarded.
-
Already-satisfied — no code change. coder audited all 12 DateDmyField call sites (5 files): filter dates + periodos-grid set no `required` (nullable, empty→NULL); the only 2 `required` sites (practica-form fecha L396 + fechaNacimientoPaciente L522) are already validated client (getPracticaPeriodoDateError/getPracticaDobError) + server (createPractica + updatePractica), per PLUTO-9. Zero unguarded `required` sites. Período nullable-by-design (open-ended), not a defect.