contentacms / contenta_jsonapi

Contenta CMS, the decoupled Drupal
http://www.contentacms.org/
GNU General Public License v2.0
328 stars 103 forks source link

Add a patch to prevent getIncludes() error with jsonapi 1.23 #333

Closed mogtofu33 closed 5 years ago

mogtofu33 commented 5 years ago

Add patch to fix jsonapi 1.23 Error when using ?include. See Drupal issue

Test Instructions

Sample of request failing from a fresh ContentaCMS + contenta_vue_nuxt install:

api/recipes?include=image,image.thumbnail&fields[images]=thumbnail

e0ipso commented 5 years ago

This is great stuff!