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
@rafidzal It looks a bit like this might now be implemented, but I don't see any support for the navigationId header, which means support for Provider cached query results is missing, or have I overlooked it somehow?
The use of navigation page and size are missing in Get(string, string, string, string, string, string, string[], string[]) implementation in Provider.
It can be added it by doing this:
`uint? navigationPage = HttpUtils.GetNavigationPage(Request.Headers);
uint? navigationPageSize = HttpUtils.GetNavigationPageSize(Request.Headers);
TMultiple objs = service.Retrieve(conditions, navigationPage, navigationPageSize, ..`
The text was updated successfully, but these errors were encountered: