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

Beneficiaire : rendre les champs adresse optionnels dans la DB #1093

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

raphodn
Copy link
Member

@raphodn raphodn commented Dec 15, 2023

Quoi ?

Actuellement les champs adresse (entité Address avec une relation OneToOne avec Beneficiary) sont obligatoires, au niveau de la base de données (et du formulaire)

Modifications apportées :

  • rendre les champs nullable dans la base de données
  • ne pas rendre les champs obligatoires dans le formulaire (rajouter un paramètre pour pouvoir choisir ?) (à voir dans une autre PR ?)

@raphodn raphodn self-assigned this Dec 15, 2023
@raphodn raphodn force-pushed the raphodn/beneficiary-address-optional branch from 637fce7 to 4ff6a1a Compare December 15, 2023 08:12
@raphodn raphodn force-pushed the raphodn/beneficiary-address-optional branch from 4ff6a1a to 6017ff1 Compare December 15, 2023 08:17
@raphodn raphodn changed the title Beneficiaire : rendre les champs adresse optionnels Beneficiaire : rendre les champs adresse optionnels dans la DB Dec 15, 2023
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.

Un administrateur ne peut pas réserver pour une personne n'ayant pas d'adresse
1 participant