Add multilingual support to the module

Created on 18 October 2024, 7 days ago

Problem/Motivation

When used this module on multilingual website it resolved complete data for default language but it did not resolve the "included" key data for other languages.

Steps to reproduce

1) Install and enable this module on multilingual website.
2) Request jsonapi data for default language, example:
https://www.example.org/jsonapi/node/article/uuid?jsonapi_auto_include=1 [works fine]
3) Request jsonapi data for other language, let's say "fr". example:
https://www.example.org/fr/jsonapi/node/article/uuid?jsonapi_auto_include=1 [doesn't resolve data: "included" is not present in data]

Proposed resolution

Handle the Json API request checker code block to support multilingual sites.

Feature request
Status

Active

Version

1.0

Component

Code

Created by

🇮🇳India keshav patel

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024