-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(soliguide): remove bad se-presenter #306
Conversation
When address is missing.
) AS m | ||
ARRAY_REMOVE( | ||
ARRAY[ | ||
CASE WHEN (open_services.modalities__inconditionnel OR open_services.modalities__inscription__checked) AND lieux.position__address IS NOT NULL THEN 'se-presenter' END, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
l'endroit pertinent est ici, le reste c'est du refacto pour permettre de traiter le cas proprement
position__coordinates__y AS "latitude", | ||
position__additional_information AS "complement_adresse", | ||
position__city AS "commune", | ||
lieu_id AS "id", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
juste du reformattage
NULL | ||
) | ||
) AS m | ||
ARRAY_REMOVE( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
juste pour simplifier et harmoniser avec ci-dessous
se-presenter
ne devrait pas être défini lorsque l'adresse n'est pas disponible