- last update
10 months ago 14 pass, 1 fail - last update
10 months ago 8 pass, 5 fail - 🇮🇳India jaykainthola
I have tested patch #35 and it's working fine. Now, its taking configuration of resource for page limit.
Follow-up from #2793233: [FEATURE] Respect the provided maximum page[limit] value →
Currently amount of items per page is capped by 50 items. There is a good reason behind this decisionl (see parent issue), however certain cases still require this value to be changed. Since JSON API is zero configuration module, the best place to implement the configuration is JSON API Extras.
Provide configuration which allows backend developers to easily configure max value of page[limit]
per entity per bundle.
Active
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I have tested patch #35 and it's working fine. Now, its taking configuration of resource for page limit.