You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When fetching all collection entries using GET /api/collections/{collection}/entries, the taxonomy term is not correctly localized. Works normally when fetching a specific collection entry GET /api/collections/{collection}/entries/{id}.
The correct taxonomy term in the screenshot is the right-side one (slug: "test-si")
This happens when the taxonomy term has UI Mode set to Stack Selector in the collection blueprint:
link the taxonomy Categories to the Article blueprint and select it when creating a new entry in the Articles collection
publish the entry on both Statamic EN and Statamic SI sites
in the collection entries API response both entries should have a "Statamic EN" taxonomy term linked (incorrect), instead of EN taxonomy to EN site and SI taxonomy to SI site (correct)
Bug description
When fetching all collection entries using
GET /api/collections/{collection}/entries
, the taxonomy term is not correctly localized. Works normally when fetching a specific collection entryGET /api/collections/{collection}/entries/{id}
.The correct taxonomy term in the screenshot is the right-side one (slug: "test-si")
This happens when the taxonomy term has UI Mode set to Stack Selector in the collection blueprint:
How to reproduce
Here is the GitHub repo with the bug: https://github.com/andrazperson/statamic-taxonomy-localization-bug
Login credentials are:
To reproduce:
Logs
No response
Environment
Installation
Fresh statamic/statamic site via CLI
Additional details
No response
The text was updated successfully, but these errors were encountered: