You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't done any digging yet but my instinct is that something in the JSONLD serializers is stripping out that property. Here's the API's response as of writing.
The text was updated successfully, but these errors were encountered:
nodanaonlyzuul
changed the title
eddDeliverable isn't serialized in response sometimes
eddRequestable isn't serialized in response sometimes
Jul 25, 2017
@ktp242 told me that:
Responses like the one to http://localhost:3000/api/v0.1/request/deliveryLocationsByBarcode?barcodes[]=33433062317023 have NO
eddRequestable
property in the response.I've confirmed that, before jsonld serialization the item does have
eddRequestable: false
...and one can see as much in thelogger.debug()
statement inItemResourceSerializer#serialize
.I haven't done any digging yet but my instinct is that something in the JSONLD serializers is stripping out that property. Here's the API's response as of writing.
The text was updated successfully, but these errors were encountered: