contentacms / contenta_jsonapi

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

Upgrade to JSON API 2.x #316

Closed e0ipso closed 5 years ago

e0ipso commented 6 years ago

Tasks:

In contenta_enhancements_node_view_alter change jsonapi.entity.to_jsonapi to jsonapi_extras.entity.to_jsonapi

wimleers commented 6 years ago

Oh hah, I just wrote exactly the same over at https://www.drupal.org/project/jsonapi/issues/3007823#comment-12824480, where people are seemingly running into the fact that Contenta requires ^2.9 as its requirement, and since 2.10 was released last week, that's now getting installed, and causing problems with Contenta's custom logic it seems.

wimleers commented 6 years ago

Created PRs #329 and #330.

wimleers commented 5 years ago

This has been obsolete for a while now, even more so since #343.