Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a date format hint #854

Merged
merged 2 commits into from
May 6, 2024
Merged

Add a date format hint #854

merged 2 commits into from
May 6, 2024

Conversation

Berehum
Copy link
Contributor

@Berehum Berehum commented Apr 29, 2024

Please add the following information to your pull request:

Please describe what your PR is fixing
Changes date fields to use HTML input type date. This adds strict date formatting. Does NOT change DateTime fields since they use bootstrap to supply a datepicker.

Concretely, which issues does your PR solve? (Please reference them by typing Fixes/References Inter-Actief/amelie#<issue_id>)
Fixes/References #841

Does your PR change how we process personal data, impact our privacy document, or modify (one of) our data export(s)?
no

Does your PR include any django migrations?
no

Does your PR include the proper translations (did you add translations for new/modified strings)?
no, my PR does not include translations

Does your PR include CSS changes (and did you run the compile_css.sh script in the scripts directory to regenerate the compiled.css file)?
yes, I've compiled my CSS

Does your PR need external actions by for example the System Administrators? (Think about new pip packages, new (local) settings, a new regular task or cronjob, new management commands, etc.)?
no

Did you properly test your PR before submitting it?
yes

…r DateSelector so that it is wide enough for default date input. Period forms now use the custom DateSelector widget instead of the built-in one from Django (since that one uses 'text' as input).
@Berehum Berehum linked an issue Apr 29, 2024 that may be closed by this pull request
@Kurocon Kurocon merged commit 4233a2d into main May 6, 2024
5 checks passed
@Kurocon Kurocon deleted the 841-add-a-date-format-hint branch May 6, 2024 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a date format hint
2 participants