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

Fix owner kind values and labels #1082

Merged
merged 1 commit into from
Jan 8, 2025
Merged

Fix owner kind values and labels #1082

merged 1 commit into from
Jan 8, 2025

Conversation

Falinor
Copy link
Collaborator

@Falinor Falinor commented Jan 8, 2025

When filtering housings by owner kind, some labels were refused by the API because they contained a comma, although they were a single option, for instance:

GET /housing?ownerKind=SCI, Copropriété, Autres personnes morales

This has been replaced by a value which is translated by the API, hence the HTTP call becomes:

GET /housing?ownerKind=sci-copro

@Falinor Falinor added the bug Something isn't working label Jan 8, 2025
@Falinor Falinor self-assigned this Jan 8, 2025
@Falinor Falinor force-pushed the fix-owner-kind-filter branch from b03c176 to a862258 Compare January 8, 2025 10:14
@Falinor Falinor merged commit 44cf54a into main Jan 8, 2025
7 checks passed
@Falinor Falinor deleted the fix-owner-kind-filter branch January 8, 2025 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants