Conversation
mmagn
force-pushed
the
fix-12890
branch
2 times, most recently
from
April 2, 2026 18:17
62156c8 to
88df618
Compare
mmagn
marked this pull request as ready for review
April 2, 2026 18:19
LeSim
approved these changes
Apr 3, 2026
…hamp date feat(birthdate): feat(birthdate): Ajoute une option birthdate sur le TypeDeChamp date qui valide feat(birthdate): que la date est comprise entre le 1er janvier 1900 et aujourd'hui. feat(birthdate): Quand birthdate est actif, il prend précédence sur date_in_past feat(birthdate): et range_date. feat(birthdate): feat(birthdate): Ref #12890 feat(birthdate): feat(birthdate): Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…s l'UI et l'API feat(birthdate): feat(birthdate): - Ajout du toggle "Date de naissance" dans l'éditeur de champ date feat(birthdate): - Masquage des options date_in_past/range_date quand birthdate actif feat(birthdate): - Callback before_save pour effacer les options conflictuelles feat(birthdate): - Validation client min/max dans DateComponent feat(birthdate): - Exposition du champ birthdate dans l'API GraphQL feat(birthdate): - Ajout de :birthdate aux permitted params du controller admin feat(birthdate): feat(birthdate): Ref #12890 feat(birthdate): feat(birthdate): Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…r birthdate feat(birthdate): feat(birthdate): Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
feat(birthdate): feat(birthdate): L'option birthdate était absente de OPTS_BY_TYPE pour le type :date, feat(birthdate): donc clean_options la supprimait lors de publish_new_revision. feat(birthdate): feat(birthdate): Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
… birthdate feat(birthdate): feat(birthdate): Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: LeSim <mail@simon.lehericey.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ajoute une option birthdate sur le TypeDeChamp date qui valide que la date est comprise entre le 1er janvier 1900 et aujourd'hui.
Coté Admin

Coté usager

Fixes #12890