Closed (fixed)
Project:
REST Views
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 Dec 2017 at 04:51 UTC
Updated:
30 Dec 2017 at 13:34 UTC
Jump to comment: Most recent
Straightforward bug: We alias field_$name as $name, but skip all fields whose name doesn't follow that pattern. This skips many of the base fields (partly by design), but in particular, it prevents the "body" field from being exported.
Comments
Comment #3
cburschkaJust make the field_ prefix optional. But avoid overwriting fields that already exist - especially the special
titlefield, which breaks otherwise.