- Issue created by @alex.bukach
- Merge request !21Restored route requirements after faking _cart_api one → (Open) created by alex.bukach
We are missing some fields (like langcode and status) in JSON:API response for some entities. A debug shown that it happens because Commerce Cart API → module denies that access to pages with the "_cart_api" requirement, and if AddToCart formatter fires during a JSON:API response and adds that requirement to the route, all entities normalized after it will not have those fields.
Restore the route requirements after the formatter worked.
Active
1.0
Code