- 🇩🇪Germany osopolar 🇩🇪 GER 🌐
Not sure if this is still relevant, but there is a similar issue for Field Defaults → module version 2.1 see 🐛 Upgrading to 2.1.0 changes structure of `changed` attribute in JSON API Active .
JSON:API attribute "changed" turns into an object. Normally it would be just a date string.
{
"jsonapi": { ... },
"data": [
{
"type": "node--article",
"id": "...",
"attributes": {
"drupal_internal__nid": 598,
"title": "...",
"changed": {
"value": "2019-08-20T04:36:24+00:00",
"preserve": null
}
},
"links": { ... }
}
],
"meta": { ... },
"links": { ... }
}
Active
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Not sure if this is still relevant, but there is a similar issue for Field Defaults → module version 2.1 see 🐛 Upgrading to 2.1.0 changes structure of `changed` attribute in JSON API Active .