The configuration for SwitchFlit calls for a field on each DataObject to be specified for the name and link keys. Currently the field name is kept intact and sent down the wire, along with the rest of the fields associated with the DataObject.
Only the relevant data should be returned via the API, and it should be named correctly to avoid issues in the front-end.
The configuration for SwitchFlit calls for a field on each DataObject to be specified for the
name
andlink
keys. Currently the field name is kept intact and sent down the wire, along with the rest of the fields associated with the DataObject.Only the relevant data should be returned via the API, and it should be named correctly to avoid issues in the front-end.