Problem/Motivation
We want to support includes when serializing an entity into JSON API format.
Proposed resolution
Alter the service to take the information for the includes query string parameter.
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | 2995142--interdiff--8-9.txt | 7.91 KB | e0ipso |
| #9 | 2992557--add-includes-support--11.patch | 9.99 KB | e0ipso |
| #8 | 2995142-8.patch | 9.7 KB | br0ken |
Comments
Comment #2
br0kenComment #3
br0ken[Copy-paste detected]
Comment #5
br0kenComment #7
br0kenThe
BootstrapConfigStorageFactory::get()->read('jsonapi_extras.settings')may befalseand that leaads to the/as a value of thejsonapi.base_pathcontainer parameter.Comment #8
br0kenAssert that base path is longer than one symbol (slash).
Comment #9
e0ipsoI made some changes to the patch on #8.
Comment #10
e0ipsoComment #12
e0ipso