open-forms icon indicating copy to clipboard operation
open-forms copied to clipboard

Implement backend validation for formio datetime component

Open sergei-maertens opened this issue 1 month ago • 1 comments

Partly closes #72

Changes

Added serializer field for min/max datetime validation of formio datetime components.

Checklist

Check off the items that are completed or not relevant.

  • Impact on features

    • [x] Checked copying a form
    • [x] Checked import/export of a form
    • [x] Config checks in the configuration overview admin page
    • [x] Problem detection in the admin email digest is handled
  • Release management

    • [x] I have labelled the PR as "needs-backport" accordingly
  • I have updated the translations assets (you do NOT need to provide translations)

    • [ ] Ran ./bin/makemessages.sh
    • [ ] Ran ./bin/compilemessages_js.sh
  • Commit hygiene

    • [x] Commit messages refer to the relevant Github issue
    • [x] Commit messages explain the "why" of change, not the how

sergei-maertens avatar May 17 '24 15:05 sergei-maertens