We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
published
Describe the bug
On /touristic_content/ route on APIv2, we find :
/touristic_content/
... "published": true, ...
but it should look like this :
... "published": { "fr": true "en": true, "it": false }, ...
This prevents from publishing or not depending on the language in Geotrek Aggregator.
The text was updated successfully, but these errors were encountered:
🐛 [BUG] Fix missing languages for 'published' field on Touristic Cont…
3d889a4
…ent in APIv2 (refs #4439)
No branches or pull requests
Describe the bug
On
/touristic_content/
route on APIv2, we find :but it should look like this :
This prevents from publishing or not depending on the language in Geotrek Aggregator.
The text was updated successfully, but these errors were encountered: