Skip to content
Snippets Groups Projects
Commit 17967c99 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5954: fixing api for node types

parent 5fa3adc4
No related branches found
No related tags found
1 merge request!358ISTWCMS-5954: add fieldable path
...@@ -195,7 +195,7 @@ class UwResponseSubscriber implements EventSubscriberInterface, ContainerInjecti ...@@ -195,7 +195,7 @@ class UwResponseSubscriber implements EventSubscriberInterface, ContainerInjecti
) )
) { ) {
unset($jsonapi_response['data']['attributes'][$index]); unset($jsonapi_response['data'][$index]);
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment