Hello,
I have a DataSource with custom transformRequest() that prepares URL for request and some other operations.
It all works fine with DataSource without cache and with cacheAllData.
Problem appears when I've tried to set:
One request with cacheAllData and _opertationId=info is sent correctly but any other is send to IDACall and transformRequest() is never called.
Is it a bug or am I missing some other options?
Best regards
Mariusz Goch
I have a DataSource with custom transformRequest() that prepares URL for request and some other operations.
It all works fine with DataSource without cache and with cacheAllData.
Problem appears when I've tried to set:
Code:
ds.setCacheAllData(true); ds.setCacheAllOperationId("info"); ds.setCacheAcrossOperationIds(false);
Is it a bug or am I missing some other options?
Best regards
Mariusz Goch
Comment