By wim leers on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.1.x
Introduced in version:
8.1.2
Issue links:
Description:
While this is a straight bugfix, it's possible that some sites are relying on this broken behavior. Hence this change record.
Assume this scenario:
- Site with Content Translation enabled. English and French are enabled.
- Site with REST export views using the
Entity
row handler - Create an entity with the name "Cat". Translate it to French: "Chat".
Then, request a response from the REST export endpoint and notice how:
- Drupal 8.1.1 and earlier
- … you only see the default site language: "Cat" appears twice, instead of once "Cat", once "Chat".
- Drupal 8.1.2 and later
- … you see once "Cat", once "Chat".
Impacts:
Module developers
Themers