I'm trying to modify the remote data schema to the local model in a datasource. I'm using a parameterMap and its is working correctly for UPDATE, DESTROY, and CREATE methods... so i know its firing correctly. However, on READ the data object is simply an empty object. So I here i can't modify the remote data to conform to the local model.
I've found a workaround by using the requestEnd event of the data source... but I'd prefer to keep the logic withing the transport object which seems more appropriate.
I've found a workaround by using the requestEnd event of the data source... but I'd prefer to keep the logic withing the transport object which seems more appropriate.