Problem/Motivation
When attempting to get config_terms_term via jsonapi and filtering on "vid" I am getting a 400 error
“Bad Request”
status “400"
detail “Invalid nested filtering. The field `vid`, given in the path `vid`, does not exist.”
Steps to reproduce
Filter by vid or label using jsonapi
jsonapi/config_terms_term/config_terms_term?filter[vid]=test_vid
Proposed resolution
Add a config_export to the entity definition (Patch Included).
| Comment | File | Size | Author |
|---|---|---|---|
| config_term_config_export.patch | 496 bytes | dandrews |
Comments
Comment #3
jludwig commentedCommitted. Thanks!