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
ui: Fix autogenview to cancel and discard invalid and stale API requests
This introduces change in AutogenView to do the following:
- Cancel old API requests when the route is changed (between different
list view or list and resource views)
- In the handler of an API call made in the fetchData(), to check if the
json received is for the current route/id or apiName
- Add console log for debugging which may be removed if this passes
code review and testing
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
0 commit comments